Skip to content

Commit

Permalink
(fix) Do not start with craft 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Apr 15, 2024
1 parent 1ba4c8b commit f3f00e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3f00e9

Please sign in to comment.