We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00636c4 commit 061e7caCopy full SHA for 061e7ca
composer.json
@@ -29,13 +29,13 @@
29
"type": "project",
30
"require": {
31
"php": ">=5.5.9",
32
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
+ "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
33
"webonyx/graphql-php": "~0.10.0",
34
- "laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
+ "laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
35
},
36
"require-dev": {
37
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*",
38
- "phpunit/phpunit": "^5.5|~6.0"
+ "phpunit/phpunit": "^5.5|~6.0|~7.0"
39
40
"autoload": {
41
"psr-0": {
0 commit comments