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 c1767e5 commit d2ec9e1Copy full SHA for d2ec9e1
.gitignore
@@ -1,6 +1,6 @@
1
build/
2
vendor/
3
box.phar
4
+codeclimate-test-reporter.phar
5
composer.lock
6
composer.phar
-test-reporter.phar
box.json
@@ -1,5 +1,5 @@
{
- "alias": "test-reporter.phar",
+ "alias": "codeclimate-test-reporter.phar",
"chmod": "0755",
"directories": ["src"],
"compactors": [
@@ -18,6 +18,6 @@
18
],
19
"git-version": "package_version",
20
"main": "composer/bin/test-reporter",
21
- "output": "test-reporter.phar",
+ "output": "codeclimate-test-reporter.phar",
22
"stub": true
23
}
0 commit comments