Merge pull request #91 from renanbr/php-composer

Publish to PHP Composer
master
Douglas Gibbons 4 years ago committed by GitHub
commit 5a33b169b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored

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

@ -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"]
}
Loading…
Cancel
Save