Initial Composer setup
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
**/*.pyc
|
||||
.pydevproject
|
||||
|
||||
/vendor/
|
||||
|
7
composer.json
Normal file
7
composer.json
Normal 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"]
|
||||
}
|
Reference in New Issue
Block a user