diff --git a/.gitignore b/.gitignore index 3e7e969..fcad8de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ **/*.pyc .pydevproject - +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ea892d7 --- /dev/null +++ b/composer.json @@ -0,0 +1,7 @@ +{ + "name": "vishnubob/wait-for-it", + "description": "Pure bash script to test and wait on the availability of a TCP host and port", + "type": "library", + "license": "MIT", + "bin": ["wait-for-it.sh"] +}