ulogger-server/composer.json

14 lines
258 B
JSON
Raw Normal View History

2017-09-05 09:36:10 +02:00
{
"require": {
"phpunit/phpunit": "^5.7",
"vlucas/phpdotenv": "^2.4",
"guzzlehttp/guzzle": "^6.3"
},
"scripts": {
"test": "./vendor/bin/phpunit"
},
"require-dev": {
"phpunit/dbunit": "^2.0"
}
}