Skip to content

Commit 91eaeb3

Browse files
Merge pull request #11 from theriddleofenigma/theriddleofenigma-patch-2
Added support for Laravel v10.
2 parents 63b0cbb + 3ac64c2 commit 91eaeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"laravel/framework": "^5.0|^6.20.26|^7.0|^8.0|^9.0"
12+
"laravel/framework": "^5.0|^6.20.26|^7.0|^8.0|^9.0|^10.0"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)