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 a5be7a8 commit 92a12e7Copy full SHA for 92a12e7
composer.json
@@ -24,15 +24,15 @@
24
}
25
],
26
"require": {
27
- "php": ">=8.2",
+ "php": ">=8.4",
28
"symfony/deprecation-contracts": "^2.5|^3"
29
},
30
"require-dev": {
31
- "symfony/filesystem": "^6.4|^7.0|^8.0",
32
- "symfony/var-exporter": "^6.4|^7.0|^8.0"
+ "symfony/filesystem": "^7.4|^8.0",
+ "symfony/var-exporter": "^7.4|^8.0"
33
34
"conflict": {
35
- "symfony/string": "<7.1"
+ "symfony/string": "<7.4"
36
37
"autoload": {
38
"psr-4": { "Symfony\\Component\\Intl\\": "" },
0 commit comments