Ajout du htaccess

This commit is contained in:
2022-04-07 13:27:36 +02:00
parent 8ac12f715c
commit 8ea5a14b89
7 changed files with 153 additions and 6 deletions

View File

@ -7,6 +7,7 @@
"php": ">=7.2.5",
"ext-ctype": "*",
"ext-iconv": "*",
"symfony/apache-pack": "^1.0",
"symfony/console": "5.4.*",
"symfony/dotenv": "5.4.*",
"symfony/flex": "^1.17|^2",
@ -14,8 +15,6 @@
"symfony/runtime": "5.4.*",
"symfony/yaml": "5.4.*"
},
"require-dev": {
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
@ -60,7 +59,7 @@
},
"extra": {
"symfony": {
"allow-contrib": false,
"allow-contrib": true,
"require": "5.4.*"
}
}