Merge pull request #91 from renanbr/php-composer

Publish to PHP Composer
This commit is contained in:
Douglas Gibbons
2020-08-22 16:08:30 -07:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
**/*.pyc
.pydevproject
/vendor/

7
composer.json Normal file
View File

@ -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"]
}