mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-25 16:59:21 +02:00
33 lines
855 B
JSON
33 lines
855 B
JSON
{
|
|
"require": {
|
|
"php": "^8.1",
|
|
"ext-pdo": "*",
|
|
"ext-pdo_mysql": "*",
|
|
"ext-json": "*",
|
|
"ext-xml": "*",
|
|
"ext-dom": "*",
|
|
"phpmailer/phpmailer": "^6.1",
|
|
"composer/semver": "^3.2",
|
|
"twig/twig": "^3.11",
|
|
"erusev/parsedown": "^1.7",
|
|
"nikic/fast-route": "^1.3",
|
|
"matomo/device-detector": "^6.0",
|
|
"illuminate/database": "^10.18",
|
|
"peppeocchi/php-cron-scheduler": "4.*",
|
|
"symfony/console": "^6.4",
|
|
"symfony/string": "^6.4",
|
|
"symfony/var-dumper": "^6.4",
|
|
"filp/whoops": "^2.15",
|
|
"maximebf/debugbar": "1.*"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.10"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MyAAC\\": "system/src"
|
|
},
|
|
"files": ["system/src/global.php"]
|
|
}
|
|
}
|