PHP 7.1+ is now required
This commit is contained in:
@@ -3,7 +3,6 @@ sudo: false
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
php:
|
php:
|
||||||
- 7.1
|
- 7.1
|
||||||
- 7.0
|
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -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
|
### 9.0.0: February 7th, 2018
|
||||||
* Update to Bootstrap 4 ([#2015](https://github.com/roots/sage/pull/2015))
|
* Update to Bootstrap 4 ([#2015](https://github.com/roots/sage/pull/2015))
|
||||||
* Allow `no-console` development ([#2008](https://github.com/roots/sage/pull/2008))
|
* Allow `no-console` development ([#2008](https://github.com/roots/sage/pull/2008))
|
||||||
|
|||||||
@@ -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:
|
Make sure all dependencies have been installed before moving on:
|
||||||
|
|
||||||
* [WordPress](https://wordpress.org/) >= 4.7
|
* [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/)
|
* [Composer](https://getcomposer.org/download/)
|
||||||
* [Node.js](http://nodejs.org/) >= 6.9.x
|
* [Node.js](http://nodejs.org/) >= 6.9.x
|
||||||
* [Yarn](https://yarnpkg.com/en/docs/install)
|
* [Yarn](https://yarnpkg.com/en/docs/install)
|
||||||
|
|||||||
@@ -32,9 +32,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7",
|
"php": ">=7.1",
|
||||||
"composer/installers": "~1.0",
|
"composer/installers": "~1.0",
|
||||||
"illuminate/support": "5.4.27",
|
"illuminate/support": "5.4.*",
|
||||||
"roots/sage-lib": "~9.0.0-beta.4",
|
"roots/sage-lib": "~9.0.0-beta.4",
|
||||||
"soberwp/controller": "~9.0.0-beta.4"
|
"soberwp/controller": "~9.0.0-beta.4"
|
||||||
},
|
},
|
||||||
|
|||||||
16
composer.lock
generated
16
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "77b9bc12da79a411b1216fbe53c131a8",
|
"content-hash": "1362ee4cc0fbe465df47aeb15838a178",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brain/hierarchy",
|
"name": "brain/hierarchy",
|
||||||
@@ -532,20 +532,20 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/support",
|
"name": "illuminate/support",
|
||||||
"version": "v5.4.27",
|
"version": "v5.4.36",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/support.git",
|
"url": "https://github.com/illuminate/support.git",
|
||||||
"reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d"
|
"reference": "feab1d1495fd6d38970bd6c83586ba2ace8f299a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/support/zipball/a42393b56d0ec75f55e760f2a47bcf85a17a278d",
|
"url": "https://api.github.com/repos/illuminate/support/zipball/feab1d1495fd6d38970bd6c83586ba2ace8f299a",
|
||||||
"reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d",
|
"reference": "feab1d1495fd6d38970bd6c83586ba2ace8f299a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"doctrine/inflector": "~1.0",
|
"doctrine/inflector": "~1.1",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"illuminate/contracts": "5.4.*",
|
"illuminate/contracts": "5.4.*",
|
||||||
"paragonie/random_compat": "~1.4|~2.0",
|
"paragonie/random_compat": "~1.4|~2.0",
|
||||||
@@ -585,7 +585,7 @@
|
|||||||
],
|
],
|
||||||
"description": "The Illuminate Support package.",
|
"description": "The Illuminate Support package.",
|
||||||
"homepage": "https://laravel.com",
|
"homepage": "https://laravel.com",
|
||||||
"time": "2017-06-15T12:35:32+00:00"
|
"time": "2017-08-15T13:25:41+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/view",
|
"name": "illuminate/view",
|
||||||
@@ -1495,7 +1495,7 @@
|
|||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": ">=7"
|
"php": ">=7.1"
|
||||||
},
|
},
|
||||||
"platform-dev": []
|
"platform-dev": []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user