Skip to content

Commit

Permalink
Symfony 4 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
nilov authored Aug 16, 2018
1 parent 172bb6f commit 9ef2ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
}
],
"require": {
"symfony/http-foundation": "~2.3|~3.0",
"symfony/form": "^2.3.5|~3.0",
"symfony/security-bundle": "~2.3|~3.0"
"symfony/http-foundation": "^2.7|^3.0|^4.0",
"symfony/form": "^2.7|^3.0|^4.0",
"symfony/security-bundle": "^2.7|^3.0|^4.0"
},
"autoload": {
"psr-4": { "Glavweb\\SecurityBundle\\": "" }
Expand Down

0 comments on commit 9ef2ec5

Please sign in to comment.