Skip to content

Commit

Permalink
change default php version to 8.3 for s cinit
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy authored Mar 6, 2024
1 parent 042528c commit 5875ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laravel-sail.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function s() {
-u "$(id -u):$(id -g)" \
-v $(pwd):/var/www/html \
-w /var/www/html \
laravelsail/php"${2:=82}"-composer:latest \
laravelsail/php"${2:=83}"-composer:latest \
composer install --ignore-platform-reqs
elif [[ $1 == "ninit" ]]; then
docker run --rm \
Expand Down

0 comments on commit 5875ca0

Please sign in to comment.