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