ulogger-server/composer.json

20 lines
433 B
JSON
Raw Normal View History

2017-09-05 09:36:10 +02:00
{
"require": {
2019-05-15 12:03:55 +02:00
"ulrichsg/getopt-php": "^3.2",
"ext-json": "*",
"ext-pdo": "*",
2019-05-23 10:58:57 +02:00
"ext-xmlwriter": "*",
"ext-simplexml": "*",
"ext-libxml": "*"
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
}
}