Skip to content

Commit eab3000

Browse files
Bump Symfony 8 to PHP >= 8.4
1 parent 0eecdbb commit eab3000

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=8.2",
24-
"symfony/http-client": "^6.4|^7.0|^8.0",
25-
"symfony/notifier": "^7.2|^8.0"
23+
"php": ">=8.4",
24+
"symfony/http-client": "^7.4|^8.0",
25+
"symfony/notifier": "^7.4|^8.0"
2626
},
2727
"require-dev": {
28-
"symfony/event-dispatcher": "^6.4|^7.0|^8.0"
28+
"symfony/event-dispatcher": "^7.4|^8.0"
2929
},
3030
"autoload": {
3131
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Pushy\\": "" },

0 commit comments

Comments
 (0)