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

Commit 454a84f

Browse files
committed
Allowed Lumen/Laravel 5.6 dependencies
1 parent 8e97d8e commit 454a84f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"type": "project",
2020
"require": {
2121
"php": ">=5.5.9",
22-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
23-
"webonyx/graphql-php": "~0.10.2"
22+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
23+
"webonyx/graphql-php": "~0.10|~0.11"
2424
},
2525
"require-dev": {
2626
"fzaninotto/faker": "~1.4",
27-
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*",
28-
"mockery/mockery": "0.9.*",
29-
"phpunit/phpunit": "~4.0|~5.0|~5.7|~6.0",
27+
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*|3.6.*",
28+
"mockery/mockery": "0.9.*|1.0.*",
29+
"phpunit/phpunit": "~4.0|~5.0|~5.7|~6.0|~7.0",
3030
"satooshi/php-coveralls": "^1.0"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)