Skip to content

Commit 061e7ca

Browse files
fgreinusMikk Mihkel Nurges
authored andcommitted
add laravel 5.7 compatibility and phpunit 7 (#133)
1 parent 00636c4 commit 061e7ca

File tree

2 files changed

+628
-311
lines changed

2 files changed

+628
-311
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"type": "project",
3030
"require": {
3131
"php": ">=5.5.9",
32-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
32+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
3333
"webonyx/graphql-php": "~0.10.0",
34-
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
34+
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
3535
},
3636
"require-dev": {
3737
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*",
38-
"phpunit/phpunit": "^5.5|~6.0"
38+
"phpunit/phpunit": "^5.5|~6.0|~7.0"
3939
},
4040
"autoload": {
4141
"psr-0": {

0 commit comments

Comments
 (0)