From 3ccdd0037baddd9a9d26b6229286e5c43e122e2d Mon Sep 17 00:00:00 2001 From: Rotimi Ade Date: Fri, 1 Apr 2022 16:27:58 -0600 Subject: [PATCH] Slim4 prep --- documentation/QUICKSTART.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/documentation/QUICKSTART.md b/documentation/QUICKSTART.md index 6b311ee..b576bcf 100644 --- a/documentation/QUICKSTART.md +++ b/documentation/QUICKSTART.md @@ -2,13 +2,9 @@ ## Installation (Creating a Project) -* Get the most recent development version (creates the project from the master branch in the repo) - - **`$ composer create-project -n -s dev rotexsoft/slim-skeleton-mvc-app my-app`** - * Get the most stable version (creates the project from the most recent tagged release in the repo) - **`$ composer create-project -n rotexsoft/slim-skeleton-mvc-app my-app`** + **`$ composer create-project -n rotexsoft/slim3-skeleton-mvc-app=3.* my-app`** ### Testing the Installation