Skip to content

Commit 8ec7c2f

Browse files
[7.0] Bump to PHP 8.2 minimum
1 parent a958ff2 commit 8ec7c2f

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,20 +16,20 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1",
19+
"php": ">=8.2",
2020
"psr/log": "^1|^2|^3"
2121
},
2222
"require-dev": {
2323
"symfony/event-dispatcher-contracts": "^2.5|^3",
2424
"symfony/http-client-contracts": "^2.5|^3",
25-
"symfony/http-foundation": "^5.4|^6.0|^7.0",
26-
"symfony/messenger": "^5.4|^6.0|^7.0"
25+
"symfony/http-foundation": "^6.4|^7.0",
26+
"symfony/messenger": "^6.4|^7.0"
2727
},
2828
"conflict": {
29-
"symfony/event-dispatcher": "<5.4",
29+
"symfony/event-dispatcher": "<6.4",
3030
"symfony/event-dispatcher-contracts": "<2.5",
3131
"symfony/http-client-contracts": "<2.5",
32-
"symfony/http-kernel": "<5.4"
32+
"symfony/http-kernel": "<6.4"
3333
},
3434
"autoload": {
3535
"psr-4": { "Symfony\\Component\\Notifier\\": "" },

0 commit comments

Comments
 (0)