Skip to content

Commit

Permalink
Last commit before 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Jun 14, 2016
1 parent f7700ca commit 1d2b4a8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
],
"require": {
"php": "^5.5 || ^7.0",
"bengor-user/symfony-routing-bridge": "dev-master",
"bengor-user/user-bundle": "0.6.x-dev"
"bengor-user/symfony-routing-bridge": "^1.0",
"bengor-user/user-bundle": "^0.6"
},
"require-dev": {
"fabpot/php-cs-fixer": "^1.11",
"friendsofphp/php-cs-fixer": "^1.11",
"phpspec/phpspec": "^2.5"
},
"scripts": {
Expand All @@ -40,9 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.1.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 1d2b4a8

Please sign in to comment.