Skip to content

Commit 9f8f2c1

Browse files
authored
Merge pull request #10 from mikemand/patch-1
Allow Laravel 10
2 parents a924863 + bce7bf7 commit 9f8f2c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
},
3333
"minimum-stability": "stable",
3434
"require": {
35-
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0",
36-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0"
35+
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
36+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
3737
},
3838
"require-dev": {
3939
"phpunit/phpunit": "^7.0|^8.0|^9.0",
40-
"orchestra/testbench": "^3.5|^4.0|^5.0|^7.0"
40+
"orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0"
4141
},
4242
"suggest": []
4343
}

0 commit comments

Comments
 (0)