Skip to content

Commit bfcdb6c

Browse files
authored
Fixes version
1 parent 39cbb5d commit bfcdb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Before creating your first Laravel project, make sure that your local machine ha
5858
After you have installed PHP and Composer, you may create a new Laravel project via Composer's `create-project` command:
5959

6060
```nothing
61-
composer create-project laravel/laravel:^10.0 example-app
61+
composer create-project laravel/laravel:^11.0 example-app
6262
```
6363

6464
Or, you may create new Laravel projects by globally installing [the Laravel installer](https://github.com/laravel/installer) via Composer:

0 commit comments

Comments
 (0)