Merge pull request #2037 from roots/php-7.1

PHP 7.1+ is now required
This commit is contained in:
Ben Word
2018-03-13 22:47:56 -06:00
committed by GitHub
5 changed files with 14 additions and 12 deletions

View File

@@ -3,7 +3,6 @@ sudo: false
dist: trusty
php:
- 7.1
- 7.0
- nightly
env:

View File

@@ -1,3 +1,6 @@
### HEAD
* PHP 7.1.3+ 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))

View File

@@ -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.3 (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)

View File

@@ -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"
},

16
composer.lock generated
View File

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