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 292ce9b commit aa65b0dCopy full SHA for aa65b0d
composer.json
@@ -37,6 +37,9 @@
37
"php": "^7.1 || ^8.0",
38
"gmostafa/php-graphql-client": "^1.6 || ^2.0"
39
},
40
+ "scripts": {
41
+ "test": "phpunit tests/ --whitelist src/ --coverage-clover build/coverage/xml"
42
+ },
43
"require-dev": {
44
"phpunit/phpunit": "^7.5|^8.0",
45
"codacy/coverage": "^1.4",
0 commit comments