Skip to content

Commit a27f085

Browse files
committed
Fixing testbench version to allow testing on Laravel 6
1 parent 682269f commit a27f085

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"symfony/psr-http-message-bridge": "^1",
2626
"zendframework/zend-diactoros": "^1.8.6"
2727
},
28+
"require-dev": {
29+
"orchestra/testbench": "^3.5.5 || ^4",
30+
"phpunit/phpunit": "^7.5.4 || ^8.3",
31+
"ext-sqlite3": "*"
32+
},
2833
"autoload" : {
2934
"psr-4" : {
3035
"TheCodingMachine\\GraphQLite\\Laravel\\" : "src/"
@@ -40,11 +45,6 @@
4045
]
4146
}
4247
},
43-
"require-dev": {
44-
"orchestra/testbench": "^3.5.5",
45-
"phpunit/phpunit": "^7.5.4",
46-
"ext-sqlite3": "*"
47-
},
4848
"minimum-stability": "dev",
4949
"prefer-stable": true
5050
}

0 commit comments

Comments
 (0)