Skip to content

Commit 663b53a

Browse files
committed
Updated composer.josn to support Laravel 5.6.
1 parent 3b0b74a commit 663b53a

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
@@ -5,16 +5,16 @@
55
"require": {
66
"php": ">=7.0",
77
"art4/json-api-client": "^0.9.1",
8-
"illuminate/support": "5.3.*|5.4.*|5.5.*",
8+
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*",
99
"jenssegers/model": "^1.1",
1010
"php-http/client-implementation": "^1.0",
1111
"php-http/discovery": "^1.0"
1212
},
1313
"require-dev": {
1414
"fzaninotto/faker": "^1.6",
1515
"friendsofphp/php-cs-fixer": "^2.0",
16-
"graham-campbell/testbench": "^4.0",
17-
"phpunit/phpunit": "^6.1",
16+
"graham-campbell/testbench": "^4.0|^5.1",
17+
"phpunit/phpunit": "^6.1|^7.0",
1818
"php-http/guzzle6-adapter": "^1.1",
1919
"php-http/mock-client": "^1.1"
2020
},

0 commit comments

Comments
 (0)