Skip to content

Commit bdce257

Browse files
committed
Version bump
1 parent 60c7a8e commit bdce257

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
{
1414
"name": "Tyler Arbon",
1515
"email": "[email protected]"
16-
}
16+
},
17+
{
18+
"name": "Scott Robinson",
19+
"email": "[email protected]",
20+
"homepage": "http://dor.ky"
21+
}
1722
],
1823
"autoload": {
1924
"psr-4": {
@@ -27,8 +32,8 @@
2732
},
2833
"minimum-stability": "stable",
2934
"require": {
30-
"illuminate/contracts": "^5.5|^6.0|^7.0",
31-
"illuminate/support": "^5.5|^6.0|^7.0"
35+
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
36+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
3237
},
3338
"require-dev": {
3439
"phpunit/phpunit": "^7.0|^8.0|^9.0",

0 commit comments

Comments
 (0)