Skip to content

Commit 77a1226

Browse files
authored
Merge pull request #38 from Lloople/patch-1
Support Laravel version 5.7
2 parents 83f20f0 + 31b3a58 commit 77a1226

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
@@ -12,16 +12,16 @@
1212
],
1313
"require": {
1414
"php": "^7.0",
15-
"illuminate/contracts": "5.5.*|5.6.*",
16-
"illuminate/support": "5.5.*|5.6.*",
15+
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
16+
"illuminate/support": "5.5.*|5.6.*|5.7.*",
1717
"graham-campbell/manager": "^3.0|^4.0",
1818
"pusher/pusher-php-server": "^3.0"
1919
},
2020
"require-dev": {
2121
"graham-campbell/analyzer": "^1.1",
2222
"graham-campbell/testbench": "^4.0|^5.0",
2323
"mockery/mockery": "^1.0",
24-
"orchestra/testbench": "3.5.*|3.6.*",
24+
"orchestra/testbench": "3.5.*|3.6.*|3.7.*",
2525
"phpunit/phpunit": "^6.5|^7.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)