Skip to content

Commit 75f5e5c

Browse files
authored
Merge pull request #37 from prajapati-kaushik/000-composer-package-upgrade-for-compatibility-sf6
allow more v3 versions of symfony/event-dispatcher-contracts
2 parents a9e8eee + dc5e5d3 commit 75f5e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"linkorb/userbase-role-contracts": "^2.0",
2323
"psr/cache": "~1.0 || ^2.0 || ^3.0",
2424
"symfony/cache": "^5.4 || ^6.0",
25-
"symfony/event-dispatcher-contracts": "^2.0 || ~3.0.0",
25+
"symfony/event-dispatcher-contracts": "^2.0 || ^3.0.0",
2626
"symfony/security-core": "^5.4 || ^6.0"
2727
},
2828
"config": {

0 commit comments

Comments
 (0)