ulogger-server/composer.json

16 lines
298 B
JSON
Raw Normal View History

2017-09-05 09:36:10 +02:00
{
"require": {
"ulrichsg/getopt-php": "^3.2"
2017-09-05 09:36:10 +02:00
},
"scripts": {
"test": "./vendor/bin/phpunit"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"vlucas/phpdotenv": "^3.3",
2019-02-28 11:03:41 +01:00
"guzzlehttp/guzzle": "^6.3",
"phpunit/dbunit": "^2.0"
2017-09-05 09:36:10 +02:00
}
}