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 fc6bb56 commit c911ab4Copy full SHA for c911ab4
tests/composer.json
@@ -1,6 +1,7 @@
1
{
2
"name": "adhocore/json-comment",
3
- "description": "Lightweight JSON comment stripper library for PHP",
+ "description": "JSON comment stripper library for PHP.
4
+ There is literal line break just above this line but that's okay",
5
"type":/* This is creepy comment */ "library",
6
"keywords": [
7
"json",
@@ -10,7 +11,7 @@
10
11
],
12
"license": "MIT",
13
/*
- * This is multiline comment
14
+ * This is a multiline comment.
15
*/
16
"authors": [
17
@@ -38,6 +39,6 @@
38
39
"scripts": {
40
"test": "phpunit",
41
"echo": "echo '// This is not comment'",
- "test:cov": "phpunit --coverage-text --coverage-clover coverage.xml",
42
+ "test:cov": "phpunit --coverage-text",
43
},
44
}
0 commit comments