From 09b8762cdebef1d020299a2683b4e471b400574f Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 22 Aug 2021 19:39:00 -0600 Subject: [PATCH 1/2] Update README to reflect new support policy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 463588e1..ed623341 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ _Blueprint_ is an open-source tool for **rapidly generating multiple** Laravel c Watch a quick [demo of Blueprint](https://www.youtube.com/watch?v=A_gUCwni_6c) in action and continue reading to get started. ## Requirements -Blueprint requires a Laravel application running version 6.0 or higher. +Blueprint requires a Laravel application running version 8.0 or higher. ## Installation You can install Blueprint via composer using the following command: From 431e952ec3884a87972a4d591f78ce156c6f16e8 Mon Sep 17 00:00:00 2001 From: Jason McCreary Date: Mon, 23 Aug 2021 07:03:12 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed623341..42d285af 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ _Blueprint_ is an open-source tool for **rapidly generating multiple** Laravel c Watch a quick [demo of Blueprint](https://www.youtube.com/watch?v=A_gUCwni_6c) in action and continue reading to get started. ## Requirements -Blueprint requires a Laravel application running version 8.0 or higher. +Blueprint requires a Laravel application running the latest stable release of Laravel, currently Laravel 8.x. ## Installation You can install Blueprint via composer using the following command: