Skip to content

Commit a9e8eee

Browse files
committed
feat: allow v6 Symfony components
1 parent 4d69d4d commit a9e8eee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"ext-curl": "*",
2222
"linkorb/userbase-role-contracts": "^2.0",
2323
"psr/cache": "~1.0 || ^2.0 || ^3.0",
24-
"symfony/cache": "^5.4",
24+
"symfony/cache": "^5.4 || ^6.0",
2525
"symfony/event-dispatcher-contracts": "^2.0 || ~3.0.0",
26-
"symfony/security-core": "^5.4"
26+
"symfony/security-core": "^5.4 || ^6.0"
2727
},
2828
"config": {
2929
"sort-packages": true

0 commit comments

Comments
 (0)