From f3f00e987761c5caa8ddb6e7d3895881d49143a5 Mon Sep 17 00:00:00 2001 From: Nicolas Brassard Date: Mon, 15 Apr 2024 13:48:30 -0400 Subject: [PATCH] (fix) Do not start with craft 4.0 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0585a14..ccc1a7e 100644 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ done echo "Install craft" # Use composer from home dir for the first time -${INSTALLER_PHP_EXEC} ~/composer.phar create-project craftcms/craft:4.* . +${INSTALLER_PHP_EXEC} ~/composer.phar create-project craftcms/craft:^4.8 . echo "Download latest phar version of composer" wget https://getcomposer.org/download/latest-2.x/composer.phar