Add cs fixer and first controller with route /.

This commit is contained in:
Krzysztof Płaczek
2024-10-16 16:34:55 +02:00
parent 8d18667263
commit 718855aaf6
6 changed files with 99 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"php-cs-fixer/shim": "^3.64",
"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,