Skip to content

Commit

Permalink
Fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Aug 1, 2015
1 parent 88e4e04 commit 51fa509
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"homepage": "http://www.michaelgallego.fr"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5",
"zendframework/zend-servicemanager": "~2.2",
Expand All @@ -26,7 +25,7 @@
"zendframework/zend-console": "~2.2",
"zendframework/zend-stdlib": "~2.2",
"doctrine/doctrine-module": "~0.9",
"zfr/zfr-oauth2-server": "dev-master"
"zfr/zfr-oauth2-server": "0.7.*"
},
"require-dev": {
"phpunit/phpunit": "~4.6",
Expand Down

0 comments on commit 51fa509

Please sign in to comment.