Skip to content

Commit 60c7a8e

Browse files
committed
Add Laravel 7 support
1 parent 0b39e31 commit 60c7a8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
},
2828
"minimum-stability": "stable",
2929
"require": {
30-
"illuminate/contracts": "^5.5|^6.0",
31-
"illuminate/support": "^5.5|^6.0"
30+
"illuminate/contracts": "^5.5|^6.0|^7.0",
31+
"illuminate/support": "^5.5|^6.0|^7.0"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^7.0|^8.0",
35-
"orchestra/testbench": "^3.5|^4.0"
34+
"phpunit/phpunit": "^7.0|^8.0|^9.0",
35+
"orchestra/testbench": "^3.5|^4.0|^5.0"
3636
},
3737
"suggest": {}
3838
}

0 commit comments

Comments
 (0)