Skip to content

Commit

Permalink
set symfony dependencies to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericCasazza committed Feb 10, 2021
1 parent a05a7c1 commit 2802482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"require" : {
"php": "^5.5.9|>=7.0.8",
"symfony/framework-bundle": "~2.7|~3.0|~4.0",
"symfony/security-guard": "~3.0|~4.0"
"symfony/framework-bundle": "~4.4",
"symfony/security-guard": "~4.4"
},
"autoload": {
"psr-4": { "UniceSIL\\ShibbolethBundle\\": "" }
Expand Down

0 comments on commit 2802482

Please sign in to comment.