It's working!

This commit is contained in:
2022-01-12 17:10:25 +00:00
parent 81352ef075
commit e581a2d62e
8 changed files with 295 additions and 5 deletions

View File

@ -1,4 +1,19 @@
{
"doctrine/annotations": {
"version": "1.13",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "1.0",
"ref": "a2759dd6123694c8d901d0ec80006e044c2e6457"
},
"files": [
"config/routes/annotations.yaml"
]
},
"doctrine/lexer": {
"version": "1.2.2"
},
"psr/cache": {
"version": "1.0.1"
},
@ -11,6 +26,18 @@
"psr/log": {
"version": "1.1.4"
},
"sensio/framework-extra-bundle": {
"version": "6.2",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "5.2",
"ref": "fb7e19da7f013d0d422fa9bce16f5c510e27609b"
},
"files": [
"config/packages/sensio_framework_extra.yaml"
]
},
"symfony/cache": {
"version": "v5.4.2"
},