Skip to content

Commit

Permalink
fix: allow symfony/routing:^5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericCasazza committed Feb 11, 2022
1 parent f58b8c4 commit 0adaf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require" : {
"php": ">=7.2.5",
"symfony/security-bundle": "^5.4",
"symfony/routing": "5.4"
"symfony/routing": "^5.4"
},
"autoload": {
"psr-4": { "UniceSIL\\ShibbolethBundle\\": "" }
Expand Down

0 comments on commit 0adaf79

Please sign in to comment.