From 19e59450ae25acdba1228f35801c52fd4042246c Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 16 Feb 2021 01:14:33 -0600 Subject: [PATCH] chore(docs): Bump minimum requirements * chore(docs): Change mention of Bootstrap to TailwindCSS --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8fa16e..20441d3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Sage is a productivity-driven WordPress starter theme with a modern development - Harness the power of [Laravel](https://laravel.com) and its available packages thanks to [Acorn](https://github.com/roots/acorn). - Clean, efficient theme templating utilizing [Laravel Blade](https://laravel.com/docs/latest/blade). - Easy [Browsersync](http://www.browsersync.io/) support alongside asset compilation, concatenating, and minification powered by [Laravel Mix](https://github.com/JeffreyWay/laravel-mix). -- Out of the box support for [Bootstrap 5](https://getbootstrap.com/) and [jQuery](https://jquery.com). +- Out of the box support for [TailwindCSS](https://tailwindcss.com/) and [jQuery](https://jquery.com). - A clean starting point for theme styles using [Sass](https://sass-lang.com/). See a working example at [roots-example-project.com](https://roots-example-project.com/). @@ -67,9 +67,9 @@ 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/) >= 5.4 -- [PHP](https://secure.php.net/manual/en/install.php) >= 7.2.5 (with [`php-mbstring`](https://secure.php.net/manual/en/book.mbstring.php) enabled) +- [PHP](https://secure.php.net/manual/en/install.php) >= 7.3.0 (with [`php-mbstring`](https://secure.php.net/manual/en/book.mbstring.php) enabled) - [Composer](https://getcomposer.org/download/) -- [Node.js](http://nodejs.org/) >= 12.0.0 +- [Node.js](http://nodejs.org/) >= 12.14.0 - [Yarn](https://yarnpkg.com/en/docs/install) ## Theme installation