From ab29f33b5d8b5d074afe569d87f19d63af4a9cae Mon Sep 17 00:00:00 2001 From: AriaieBOY Date: Wed, 6 Mar 2024 18:31:41 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d9249c..4052fb3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This plugin adds some useful aliases for sail commands to the zsh shell. ### Pre Sail Installation Commands | Alias | Description | |:-:|:------------------------------------------------------------------------------------------------:| -| `s cinit 80` | run `composer install --ignore-platform-reqs` using php version 8.0 - default php version is 8.2 | +| `s cinit 80` | run `composer install --ignore-platform-reqs` using php version 8.0 - default php version is 8.3 | | `s ninit 16` | run `npm install` using node 16 - default node version is 20 | ### General