ulogger-server/composer.json
Bartek Fabiszewski cd5255cbb8 Minor code cleanup
2019-05-23 10:58:57 +02:00

20 lines
433 B
JSON

{
"require": {
"ulrichsg/getopt-php": "^3.2",
"ext-json": "*",
"ext-pdo": "*",
"ext-xmlwriter": "*",
"ext-simplexml": "*",
"ext-libxml": "*"
},
"scripts": {
"test": "./vendor/bin/phpunit"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"vlucas/phpdotenv": "^3.3",
"guzzlehttp/guzzle": "^6.3",
"phpunit/dbunit": "^2.0"
}
}