From bd483d701bcc10669d86bf0c2dbfab2df5cf0981 Mon Sep 17 00:00:00 2001 From: sephster Date: Tue, 14 May 2019 21:26:17 +0100 Subject: [PATCH] Remove support for PHP 7.0 --- .travis.yml | 1 - CHANGELOG.md | 1 + README.md | 1 - composer.json | 2 +- 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 106cfdb4..b773c2aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ env: - DEPENDENCIES="--prefer-lowest --prefer-stable" php: - - 7.0 - 7.1 - 7.2 - 7.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index bf05c965..369e67ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed - `enableCodeExchangeProof` flag (PR #938) +- Support for PHP 7.0 ## [7.4.0] - released 2019-05-05 diff --git a/README.md b/README.md index 1c4b01c6..b51a18f3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ This library was created by Alex Bilbie. Find him on Twitter at [@alexbilbie](ht The following versions of PHP are supported: -* PHP 7.0 * PHP 7.1 * PHP 7.2 * PHP 7.3 diff --git a/composer.json b/composer.json index 2df95811..8f7f2dca 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "homepage": "https://oauth2.thephpleague.com/", "license": "MIT", "require": { - "php": ">=7.0.0", + "php": ">=7.1.0", "ext-openssl": "*", "league/event": "^2.1", "lcobucci/jwt": "^3.2.2",