add apache pack
All checks were successful
build / build (push) Successful in 3m54s

This commit is contained in:
2024-12-04 17:32:46 +01:00
parent 7e758f4c12
commit 0b8b840d12
4 changed files with 110 additions and 3 deletions

View File

@ -7,6 +7,7 @@
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"symfony/apache-pack": "^1.0",
"symfony/console": "7.1.*",
"symfony/dotenv": "7.1.*",
"symfony/flex": "^2",
@ -14,8 +15,6 @@
"symfony/runtime": "7.1.*",
"symfony/yaml": "7.1.*"
},
"require-dev": {
},
"config": {
"allow-plugins": {
"php-http/discovery": true,