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 3b0b74a commit 663b53aCopy full SHA for 663b53a
composer.json
@@ -5,16 +5,16 @@
5
"require": {
6
"php": ">=7.0",
7
"art4/json-api-client": "^0.9.1",
8
- "illuminate/support": "5.3.*|5.4.*|5.5.*",
+ "illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*",
9
"jenssegers/model": "^1.1",
10
"php-http/client-implementation": "^1.0",
11
"php-http/discovery": "^1.0"
12
},
13
"require-dev": {
14
"fzaninotto/faker": "^1.6",
15
"friendsofphp/php-cs-fixer": "^2.0",
16
- "graham-campbell/testbench": "^4.0",
17
- "phpunit/phpunit": "^6.1",
+ "graham-campbell/testbench": "^4.0|^5.1",
+ "phpunit/phpunit": "^6.1|^7.0",
18
"php-http/guzzle6-adapter": "^1.1",
19
"php-http/mock-client": "^1.1"
20
0 commit comments