ulogger-server/composer.json

29 lines
699 B
JSON
Raw Permalink Normal View History

2017-09-05 09:36:10 +02:00
{
2021-04-22 19:47:52 +02:00
"name": "bfabiszewski/ulogger-server",
"description": "ulogger server",
2017-09-05 09:36:10 +02:00
"require": {
2022-03-20 18:28:16 +01:00
"php": ">=7.4",
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": {
2021-04-22 19:47:52 +02:00
"test": [ "@putenv XDEBUG_MODE=coverage", "./vendor/bin/phpunit" ]
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^9.5",
"vlucas/phpdotenv": "^5.3",
"guzzlehttp/guzzle": "^7.3",
"kornrunner/dbunit": "^6.0"
2022-03-20 18:28:16 +01:00
},
"config": {
"platform": {
"php": "7.4"
}
2017-09-05 09:36:10 +02:00
}
}