Skip to content

Commit b5d0e80

Browse files
authored
Merge pull request #19 from joshuadwire/master
Add Laravel 10 support
2 parents 4cbc872 + 23bfe6a commit b5d0e80

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
}
1010
],
1111
"require": {
12-
"laravel/framework": "^8.0|^9.0",
13-
"laravel/passport": "^10.0"
12+
"illuminate/cache": "^8.0|^9.0|^10.0",
13+
"illuminate/contracts": "^8.0|^9.0|^10.0",
14+
"illuminate/database": "^8.0|^9.0|^10.0",
15+
"illuminate/support": "^8.0|^9.0|^10.0",
16+
"illuminate/auth": "^8.0|^9.0|^10.0",
17+
"laravel/passport": "^10.0|^11.0"
1418
},
1519
"require-dev": {
1620
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)