We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6511204 commit 4b1db23Copy full SHA for 4b1db23
composer.json
@@ -59,18 +59,17 @@
59
"symfony/web-profiler-bundle": "^6.2"
60
},
61
"config": {
62
+ "allow-plugins": {
63
+ "symfony/flex": true,
64
+ "symfony/runtime": true
65
+ },
66
"platform": {
67
"php": "8.1.0"
68
69
"preferred-install": {
70
"*": "dist"
71
- "sort-packages": true,
- "allow-plugins": {
- "composer/package-versions-deprecated": true,
- "symfony/flex": true,
72
- "symfony/runtime": true
73
- }
+ "sort-packages": true
74
75
"autoload": {
76
"psr-4": {
0 commit comments