refs #152 Set php platform to 8.2 and adapts dependencies to the php version

pull/1/head
Luis Gerardo Romero Garcia 2024-01-30 11:53:39 +01:00
parent 47320b2d14
commit 870cdc63b0
1 changed files with 5 additions and 1 deletions

View File

@ -54,9 +54,13 @@
"symfony/web-profiler-bundle": "5.*"
},
"config": {
"platform": {
"php": "8.2"
},
"allow-plugins": {
"composer/package-versions-deprecated": true,
"symfony/flex": true
"symfony/flex": true,
"symfony/runtime": true
},
"optimize-autoloader": true,
"preferred-install": {