ulogger-server/composer.json
Bartek Fabiszewski 33a9e30625 Fix tests
2019-02-28 11:03:41 +01:00

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