PHP 7.1.3+ [ci skip]

This commit is contained in:
Ben Word
2018-03-13 22:47:14 -06:00
parent 8096f74a7a
commit 8088207e75
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
### HEAD
* PHP 7.1+ is now required ([#2037](https://github.com/roots/sage/pull/2037))
* 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))

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.1 (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)