Skip to content

Commit 3b98581

Browse files
Add Symfony 6 and PHP 8 support
1 parent c8edd9f commit 3b98581

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
@@ -4,10 +4,10 @@
44
"keywords": ["doctrine", "encryption", "hashing"],
55
"type": "symfony-bundle",
66
"require": {
7-
"php": "^7.2|^8.0",
7+
"php": "^7.2|^8.0|^8.1|^8.2",
88
"ext-sodium": "*",
9-
"symfony/framework-bundle": "^4.0|^5.0",
10-
"symfony/flex": "^1.0",
9+
"symfony/framework-bundle": "^4.0|^5.0|^6.0",
10+
"symfony/flex": "^1.0|^2.0",
1111
"symfony/orm-pack": "^2.0",
1212
"ext-json": "*"
1313
},
@@ -20,7 +20,7 @@
2020
],
2121
"extra": {
2222
"symfony": {
23-
"require": "^4.0|^5.0"
23+
"require": "^4.0|^5.0|^6.0"
2424
}
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)