16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"require": {
|
|
"ulrichsg/getopt-php": "^3.2"
|
|
},
|
|
"scripts": {
|
|
"test": "./vendor/bin/phpunit"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7",
|
|
"vlucas/phpdotenv": "^3.3",
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
"phpunit/dbunit": "^2.0"
|
|
|
|
}
|
|
}
|