File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ You can see an example of what it will do on a fresh Laravel application using L
99It should ** only** be used on a fresh installation.
1010
1111## Requirements
12- - Fresh installation of Laravel 8
12+ - Fresh installation of Laravel 9
1313 - Laravel Fortify _ (optional)_
1414 - Laravel Jetstream _ (optional)_
1515 - Laravel Pest _ (optional)_
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^7.3|^ 8.0" ,
14- "illuminate/console" : " ^8 .0" ,
15- "illuminate/filesystem" : " ^8 .0" ,
16- "illuminate/support" : " ^8 .0"
13+ "php" : " ^8.0" ,
14+ "illuminate/console" : " ^9 .0" ,
15+ "illuminate/filesystem" : " ^9 .0" ,
16+ "illuminate/support" : " ^9 .0"
1717 },
1818 "autoload" : {
1919 "psr-4" : {
You can’t perform that action at this time.
0 commit comments