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 682269f commit a27f085Copy full SHA for a27f085
composer.json
@@ -25,6 +25,11 @@
25
"symfony/psr-http-message-bridge": "^1",
26
"zendframework/zend-diactoros": "^1.8.6"
27
},
28
+ "require-dev": {
29
+ "orchestra/testbench": "^3.5.5 || ^4",
30
+ "phpunit/phpunit": "^7.5.4 || ^8.3",
31
+ "ext-sqlite3": "*"
32
+ },
33
"autoload" : {
34
"psr-4" : {
35
"TheCodingMachine\\GraphQLite\\Laravel\\" : "src/"
@@ -40,11 +45,6 @@
40
45
]
41
46
}
42
47
43
- "require-dev": {
44
- "orchestra/testbench": "^3.5.5",
- "phpunit/phpunit": "^7.5.4",
- "ext-sqlite3": "*"
- },
48
"minimum-stability": "dev",
49
"prefer-stable": true
50
0 commit comments