Skip to content

Commit fb267e6

Browse files
authored
Merge pull request #32 from ce-brex/master
Laravel 5.6 Support
2 parents 3e74d75 + 45dbcaa commit fb267e6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
],
1313
"require": {
1414
"php": "^7.0",
15-
"illuminate/contracts": "5.5.*",
16-
"illuminate/support": "5.5.*",
17-
"graham-campbell/manager": "^3.0",
15+
"illuminate/contracts": "5.5.*|5.6.*",
16+
"illuminate/support": "5.5.*|5.6.*",
17+
"graham-campbell/manager": "^3.0|^4.0",
1818
"pusher/pusher-php-server": "^3.0"
1919
},
2020
"require-dev": {
2121
"graham-campbell/analyzer": "^1.1",
22-
"graham-campbell/testbench": "^4.0",
22+
"graham-campbell/testbench": "^4.0|^5.0",
2323
"mockery/mockery": "^1.0",
24-
"orchestra/testbench": "^3.5",
25-
"phpunit/phpunit": "^6.3"
24+
"orchestra/testbench": "3.5.*|3.6.*",
25+
"phpunit/phpunit": "^6.5|^7.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)