Skip to content

Commit 040da06

Browse files
Bump Symfony 8 to PHP >= 8.4
1 parent 9fc8c9b commit 040da06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.2",
20-
"symfony/http-client": "^6.4|^7.0|^8.0",
21-
"symfony/notifier": "^7.2|^8.0"
19+
"php": ">=8.4",
20+
"symfony/http-client": "^7.4|^8.0",
21+
"symfony/notifier": "^7.4|^8.0"
2222
},
2323
"require-dev": {
24-
"symfony/webhook": "^6.4|^7.0|^8.0"
24+
"symfony/webhook": "^7.4|^8.0"
2525
},
2626
"conflict": {
27-
"symfony/http-foundation": "<7.1"
27+
"symfony/http-foundation": "<7.4"
2828
},
2929
"autoload": {
3030
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Sweego\\": "" },

0 commit comments

Comments
 (0)