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 b13d3ac commit 5a08998Copy full SHA for 5a08998
ai.symfony.com/composer.json
@@ -4,7 +4,7 @@
4
"minimum-stability": "stable",
5
"prefer-stable": true,
6
"require": {
7
- "php": ">=8.2",
+ "php": ">=8.4",
8
"ext-ctype": "*",
9
"ext-iconv": "*",
10
"symfony/asset": "^7.3",
@@ -47,7 +47,9 @@
47
"symfony/polyfill-php74": "*",
48
"symfony/polyfill-php80": "*",
49
"symfony/polyfill-php81": "*",
50
- "symfony/polyfill-php82": "*"
+ "symfony/polyfill-php82": "*",
51
+ "symfony/polyfill-php83": "*",
52
+ "symfony/polyfill-php84": "*"
53
},
54
"scripts": {
55
"auto-scripts": {
0 commit comments