Merge branch 'v4.0.0-WIP' of github.com:php-loep/oauth2-server into v4.0.0-WIP

This commit is contained in:
Alex Bilbie 2014-02-24 14:43:56 +00:00
commit d314c1efd9
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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": {
} }
} }