Installed apache-pack to provide htaccess file for apache config and for debug package to be working.

This commit is contained in:
krzysiej
2022-05-20 10:29:36 +02:00
parent 5c0140b5d9
commit ac3f054dec
6 changed files with 108 additions and 2 deletions

View File

@@ -128,6 +128,18 @@
"./config/packages/sensio_framework_extra.yaml"
]
},
"symfony/apache-pack": {
"version": "1.0",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
"ref": "9d254a22efca7264203eea98b866f16f944b2f09"
},
"files": [
"./public/.htaccess"
]
},
"symfony/asset": {
"version": "v6.0.7"
},