Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Commit 65eb02a

Browse files
SjorsOdimsav
authored andcommitted
Allow Laravel 5.6 (#435)
* Update composer.json * Update composer.json
1 parent 616bc0a commit 65eb02a

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,11 +12,11 @@
1212
],
1313
"require": {
1414
"php": ">=5.4.0",
15-
"illuminate/support": "5.5.*"
15+
"illuminate/support": "5.5.*|5.6.*"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "3.5.*",
19-
"phpunit/phpunit": "~6.0"
18+
"orchestra/testbench": "3.5.*|3.6.*",
19+
"phpunit/phpunit": "~6.0|~7.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)