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 33df909 commit 23642d3Copy full SHA for 23642d3
composer.json
@@ -37,6 +37,7 @@
37
"phpunit/phpunit": "^9"
38
},
39
"scripts": {
40
- "test": "vendor/bin/phpunit tests --coverage-html coverage --coverage-clover coverage.xml"
+ "test": "@php vendor/bin/phpunit tests --coverage-html coverage --coverage-clover coverage.xml",
41
+ "php-version": "@php --version"
42
}
43
0 commit comments