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 cb9ed74 commit 5b815f6Copy full SHA for 5b815f6
composer.json
@@ -28,13 +28,13 @@
28
"license": "MIT",
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.*|5.7.*",
33
- "webonyx/graphql-php": "~0.10.0",
34
- "laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
+ "php": "^7.1",
+ "illuminate/support": "5.5.*|5.6.*|5.7.*",
+ "webonyx/graphql-php": "^0.13",
+ "laravel/framework": "5.5.*|5.6.*|5.7.*"
35
},
36
"require-dev": {
37
- "orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*",
+ "orchestra/testbench": "3.5.*|3.6.*|3.7.*",
38
"phpunit/phpunit": "^5.5|~6.0|~7.0"
39
40
"autoload": {
0 commit comments