Skip to content

Commit 923579c

Browse files
Merge pull request #5 from adamrefaey/patch-1
Add Laravel 10 support
2 parents d1d5eb7 + 4be4a14 commit 923579c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
],
2626
"require": {
2727
"php": "^7.3|^8.0",
28-
"illuminate/database": "^8.0|^9.0",
29-
"illuminate/queue": "^8.0|^9.0"
28+
"illuminate/database": "^8.0|^9.0|^10.0",
29+
"illuminate/queue": "^8.0|^9.0|^10.0"
3030
},
3131
"require-dev": {
3232
"kahlan/kahlan": "~2.5",

0 commit comments

Comments
 (0)