Skip to content

Commit 5a08998

Browse files
committed
[ai.symfony.com] Require PHP 8.4
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent b13d3ac commit 5a08998

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ai.symfony.com/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"minimum-stability": "stable",
55
"prefer-stable": true,
66
"require": {
7-
"php": ">=8.2",
7+
"php": ">=8.4",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"symfony/asset": "^7.3",
@@ -47,7 +47,9 @@
4747
"symfony/polyfill-php74": "*",
4848
"symfony/polyfill-php80": "*",
4949
"symfony/polyfill-php81": "*",
50-
"symfony/polyfill-php82": "*"
50+
"symfony/polyfill-php82": "*",
51+
"symfony/polyfill-php83": "*",
52+
"symfony/polyfill-php84": "*"
5153
},
5254
"scripts": {
5355
"auto-scripts": {

0 commit comments

Comments
 (0)