Skip to content

Commit 36b8ec8

Browse files
authored
Merge pull request #30 from LowerRockLabs/dev
Add Laravel 10 & 11 Support
2 parents 99155c4 + bad7be3 commit 36b8ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/contracts": "^8.0|^9.0",
21-
"laravel/framework": "^8.0|^9.19"
20+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
21+
"laravel/framework": "^8.0|^9.19|^10.0|^11.0"
2222
},
2323
"require-dev": {
2424
"laravel/legacy-factories": "^1.0.4",

0 commit comments

Comments
 (0)