mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-29 00:10:43 +05:30
Imoroved some version coinstraints
This commit is contained in:
parent
3494b65be0
commit
2ca3df60be
@ -6,13 +6,13 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"symfony/http-foundation": "~2.1",
|
"symfony/http-foundation": "~2.1",
|
||||||
"league/event": "0.2.0"
|
"league/event": "0.2.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~4.0",
|
"phpunit/phpunit": "~4.0",
|
||||||
"mockery/mockery": "~0.9",
|
"mockery/mockery": "~0.9",
|
||||||
"league/phpunit-coverage-listener": "~1.0",
|
"league/phpunit-coverage-listener": "~1.0",
|
||||||
"squizlabs/php_codesniffer": "1.*",
|
"squizlabs/php_codesniffer": "~1.5",
|
||||||
"codeception/codeception": "2.0.*",
|
"codeception/codeception": "2.0.*",
|
||||||
"alexbilbie/fizzfuzz": "dev-develop"
|
"alexbilbie/fizzfuzz": "dev-develop"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user