mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-15 17:58:56 +05:30
Merge branch 'v4.0.0-WIP' of github.com:php-loep/oauth2-server into v4.0.0-WIP
This commit is contained in:
commit
d314c1efd9
@ -3,6 +3,7 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
- 5.6
|
||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
@ -18,4 +19,4 @@ script: phpunit --configuration phpunit.xml.dist
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- vendor
|
- vendor
|
||||||
|
@ -9,12 +9,12 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"league/phpunit-coverage-listener": "~1.0",
|
"league/phpunit-coverage-listener": "~1.0",
|
||||||
"mockery/mockery": "0.8"
|
"mockery/mockery": "0.8"
|
||||||
},
|
},
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-loep/oauth2-server.git"
|
"url": "https://github.com/thephpleague/oauth2-server.git"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -52,4 +52,4 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user