Initial Composer setup

This commit is contained in:
renanbr
2020-02-03 21:24:52 +01:00
parent 5fc21943fe
commit 742b16ec5c
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"]
}