Skip to content

Commit 48dca99

Browse files
[7.0] Bump to PHP 8.2 minimum
1 parent 8e39d16 commit 48dca99

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
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1"
19+
"php": ">=8.2"
2020
},
2121
"require-dev": {
22-
"symfony/security-core": "^5.4|^6.0|^7.0",
23-
"symfony/console": "^5.4|^6.0|^7.0"
22+
"symfony/security-core": "^6.4|^7.0",
23+
"symfony/console": "^6.4|^7.0"
2424
},
2525
"conflict": {
26-
"symfony/security-core": "<5.4"
26+
"symfony/security-core": "<6.4"
2727
},
2828
"autoload": {
2929
"psr-4": { "Symfony\\Component\\PasswordHasher\\": "" },

0 commit comments

Comments
 (0)