From 5cf038bdc0ecb11cf34706f6bcb41201d734f264 Mon Sep 17 00:00:00 2001 From: Markus Date: Thu, 22 Dec 2016 17:52:58 +0100 Subject: [PATCH] changed: supported php version is now >=5.5, because thephpleague/oauth2-client also just supports >=5.5 --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad52400..208acfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.4 - 5.5 - 5.6 - 7.0 diff --git a/composer.json b/composer.json index dda859d..fb78c8c 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "jetbrains" ], "require": { - "php": ">=5.4.0", + "php": ">=5.5.0", "league/oauth2-client": "^1.4.2" }, "require-dev": {