From a85feb1a3267bece58eb81800fba795d5c7a27c3 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 23 Jan 2014 08:18:00 +0000 Subject: [PATCH 1/3] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d8498d59..400d8fe2 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "repositories": [ { "type": "git", - "url": "https://github.com/php-loep/oauth2-server.git" + "url": "https://github.com/thephpleague/oauth2-server.git" } ], "keywords": [ @@ -52,4 +52,4 @@ "suggest": { } -} \ No newline at end of file +} From 064d4d967cdfb990889ac4c83e56008e99c20f51 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 23 Jan 2014 08:18:21 +0000 Subject: [PATCH 2/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 400d8fe2..f8f0d54a 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ }, "require-dev": { "league/phpunit-coverage-listener": "~1.0", - "mockery/mockery": "0.8" + "mockery/mockery": "0.8" }, "repositories": [ { From e07e0dba78f18f4e768d24a8e74c9683cac1ee89 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 12 Feb 2014 09:57:58 +0000 Subject: [PATCH 3/3] Added PHP 5.6 testing --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d572ae5..9ced8226 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.4 - 5.5 + - 5.6 - hhvm matrix: @@ -18,4 +19,4 @@ script: phpunit --configuration phpunit.xml.dist cache: directories: - - vendor \ No newline at end of file + - vendor