From 8096f74a7abe9eec60a610e595a58885288a0f1b Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 6 Mar 2018 18:40:13 -0700 Subject: [PATCH] PHP 7.1+ is now required --- .travis.yml | 1 - CHANGELOG.md | 3 +++ README.md | 2 +- composer.json | 4 ++-- composer.lock | 16 ++++++++-------- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ca5817..7a10aef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ sudo: false dist: trusty php: - 7.1 - - 7.0 - nightly env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 53af731..f3efa97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### HEAD +* PHP 7.1+ is now required ([#2037](https://github.com/roots/sage/pull/2037)) + ### 9.0.0: February 7th, 2018 * Update to Bootstrap 4 ([#2015](https://github.com/roots/sage/pull/2015)) * Allow `no-console` development ([#2008](https://github.com/roots/sage/pull/2008)) diff --git a/README.md b/README.md index a134a17..5182863 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See a working example at [roots-example-project.com](https://roots-example-proje Make sure all dependencies have been installed before moving on: * [WordPress](https://wordpress.org/) >= 4.7 -* [PHP](https://secure.php.net/manual/en/install.php) >= 7.0 (with [`php-mbstring`](https://secure.php.net/manual/en/book.mbstring.php) enabled) +* [PHP](https://secure.php.net/manual/en/install.php) >= 7.1 (with [`php-mbstring`](https://secure.php.net/manual/en/book.mbstring.php) enabled) * [Composer](https://getcomposer.org/download/) * [Node.js](http://nodejs.org/) >= 6.9.x * [Yarn](https://yarnpkg.com/en/docs/install) diff --git a/composer.json b/composer.json index 02fd125..616389a 100644 --- a/composer.json +++ b/composer.json @@ -32,9 +32,9 @@ } }, "require": { - "php": ">=7", + "php": ">=7.1", "composer/installers": "~1.0", - "illuminate/support": "5.4.27", + "illuminate/support": "5.4.*", "roots/sage-lib": "~9.0.0-beta.4", "soberwp/controller": "~9.0.0-beta.4" }, diff --git a/composer.lock b/composer.lock index 2c32a96..22f8533 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "77b9bc12da79a411b1216fbe53c131a8", + "content-hash": "1362ee4cc0fbe465df47aeb15838a178", "packages": [ { "name": "brain/hierarchy", @@ -532,20 +532,20 @@ }, { "name": "illuminate/support", - "version": "v5.4.27", + "version": "v5.4.36", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d" + "reference": "feab1d1495fd6d38970bd6c83586ba2ace8f299a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/a42393b56d0ec75f55e760f2a47bcf85a17a278d", - "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d", + "url": "https://api.github.com/repos/illuminate/support/zipball/feab1d1495fd6d38970bd6c83586ba2ace8f299a", + "reference": "feab1d1495fd6d38970bd6c83586ba2ace8f299a", "shasum": "" }, "require": { - "doctrine/inflector": "~1.0", + "doctrine/inflector": "~1.1", "ext-mbstring": "*", "illuminate/contracts": "5.4.*", "paragonie/random_compat": "~1.4|~2.0", @@ -585,7 +585,7 @@ ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", - "time": "2017-06-15T12:35:32+00:00" + "time": "2017-08-15T13:25:41+00:00" }, { "name": "illuminate/view", @@ -1495,7 +1495,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7" + "php": ">=7.1" }, "platform-dev": [] }