Skip to content

Commit c99ae74

Browse files
authored
Merge pull request #6 from maddhatter/laravel-10
Add Laravel 10 Support
2 parents 22007f1 + 5570996 commit c99ae74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.6.0",
14-
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0"
14+
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
1515
},
1616
"require-dev": {
1717
"phpspec/phpspec": "^3.4"

0 commit comments

Comments
 (0)