Skip to content

Commit a886960

Browse files
committed
minor #991 [ai.symfony.com] Require PHP 8.4 (OskarStark)
This PR was merged into the main branch. Discussion ---------- [ai.symfony.com] Require PHP 8.4 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 5a08998 [ai.symfony.com] Require PHP 8.4
2 parents b13d3ac + 5a08998 commit a886960

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)