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 2163de3 commit f055f68Copy full SHA for f055f68
composer.json
@@ -29,7 +29,7 @@
29
"require-dev": {
30
"phpmd/phpmd": "^2.6",
31
"phpunit/phpunit": "^9.0",
32
- "squizlabs/php_codesniffer": "^3.6.2"
+ "squizlabs/php_codesniffer": "^3.7"
33
},
34
"minimum-stability": "stable",
35
"autoload": {
@@ -39,7 +39,7 @@
39
40
"autoload-dev": {
41
"psr-4": {
42
- "Josantonius\\Json\\": "tests/"
+ "Josantonius\\Json\\Tests\\": "tests/"
43
}
44
45
"config": {
@@ -55,6 +55,7 @@
55
"fix": [
56
"vendor/bin/phpcbf src tests"
57
],
58
+ "htmlCoverage": "vendor/bin/phpunit --coverage-html coverage",
59
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml $(find . -name '*.php');",
60
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
61
"phpunit": "vendor/bin/phpunit --colors=always;",
0 commit comments