Skip to content

Commit 2eb3026

Browse files
committed
Add support for Laravel 10
1 parent 1c6a8e1 commit 2eb3026

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
@@ -21,7 +21,7 @@
2121
"php": "^7.0|^8.0"
2222
},
2323
"require-dev": {
24-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0",
24+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
2525
"mockery/mockery": "^1.3.3",
2626
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
2727
},

0 commit comments

Comments
 (0)