Skip to content

Commit 57c3e9f

Browse files
committed
Update to Laravel 9
1 parent 284f0fa commit 57c3e9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can see an example of what it will do on a fresh Laravel application using L
99
It 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)_

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
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": {

0 commit comments

Comments
 (0)