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

@@ -1,4 +1,16 @@
{
"php-cs-fixer/shim": {
"version": "3.64",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.0",
"ref": "16422bf8eac6c3be42afe07d37e2abc89d2bdf6b"
},
"files": [
".php-cs-fixer.dist.php"
]
},
"symfony/console": {
"version": "7.1",
"recipe": {