Skip to content

Commit

Permalink
update composer requirements
Browse files Browse the repository at this point in the history
mainly to allow for 2.0+ versions of fos user bundle
  • Loading branch information
darrylhein committed Feb 5, 2020
1 parent ee71a1b commit e3d23c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
],
"require": {
"php": "^5.6 || ^7.0",
"friendsofsymfony/user-bundle": "~2.0.0-beta1",
"symfony/form": "~3.0",
"symfony/framework-bundle": "~3.0",
"doctrine/orm": "~2.5",
"xm/mail-manager-bundle": "~0.2"
"friendsofsymfony/user-bundle": "^2.0",
"symfony/form": "^3.0",
"symfony/framework-bundle": "^3.0",
"doctrine/orm": "^2.5",
"xm/mail-manager-bundle": "^0.2"
},
"autoload": {
"psr-4": { "XM\\SecurityBundle\\": "" },
Expand Down

0 comments on commit e3d23c2

Please sign in to comment.