Skip to content

Commit 63c79d6

Browse files
committed
Update to Laravel 9
1 parent e223c01 commit 63c79d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/auth": "^8.0",
21-
"illuminate/database": "^8.0",
22-
"illuminate/notifications": "^8.0",
23-
"illuminate/support": "^8.0",
20+
"illuminate/auth": "^8.0|^9.0",
21+
"illuminate/database": "^8.0|^9.0",
22+
"illuminate/notifications": "^8.0|^9.0",
23+
"illuminate/support": "^8.0|^9.0",
2424
"laravel/ui": "^3.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)