mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0",
|
|
"ext-pdo": "*",
|
|
"ext-pdo_mysql": "*",
|
|
"ext-json": "*",
|
|
"ext-xml": "*",
|
|
"ext-dom": "*",
|
|
"phpmailer/phpmailer": "^6.1",
|
|
"composer/semver": "^3.2",
|
|
"twig/twig": "^2.0",
|
|
"erusev/parsedown": "^1.7",
|
|
"nikic/fast-route": "^1.3",
|
|
"matomo/device-detector": "^6.0"
|
|
},
|
|
"require-dev": {
|
|
"filp/whoops": "^2.15"
|
|
}
|
|
}
|