Skip to content

Commit fd29bf7

Browse files
committed
add support for laravel 7
1 parent 4a1fd5b commit fd29bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
],
1717
"require": {
1818
"php": ">=7.2",
19-
"illuminate/support": "^6.0"
19+
"illuminate/support": "^6.0|~7.0"
2020
},
2121
"require-dev": {
2222
"orchestra/testbench": "^4.0",
23-
"phpunit/phpunit": "^8.0"
23+
"phpunit/phpunit": "^8.5"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)