Skip to content

Commit f088073

Browse files
committed
style: format composer.json for consistency
1 parent b4a75c9 commit f088073

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

booster/composer.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "generic/php-ddev-booster",
3-
"type": "project",
4-
"version": "1.9.1",
5-
"authors": [
6-
{
7-
"name": "DDEV User",
8-
"email": "nobody@example.com"
9-
}
10-
],
11-
"require-dev": {
12-
"rector/rector": "^2.1.7",
13-
"phpstan/phpstan": "^2.1.26",
14-
"symplify/easy-coding-standard": "^12.6.0",
15-
"zircote/swagger-php": "^5.3.2",
16-
"psalm/phar": "^6.13.1"
17-
},
18-
"scripts": {
19-
"post-install-cmd": [
20-
"yes | pnpm install"
21-
],
22-
"post-update-cmd": [
23-
"yes | pnpm install"
24-
],
25-
"generate-api-spec": "php documentation/api.php",
26-
"check-cs": "vendor/bin/ecs check --ansi",
27-
"fix-cs": "vendor/bin/ecs check --fix --ansi",
28-
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon.dist",
29-
"phpstan:sonar": "vendor/bin/phpstan analyse -c phpstan.neon.dist --error-format=prettyJson > phpstan_sonar.json",
30-
"psalm:sonar": "vendor/bin/psalm --report=sonarqube.json; mv sonarqube.json psalm_sonar.json",
31-
"psalm-phar:sonar": "vendor/bin/psalm.phar --report=sonarqube.json; mv sonarqube.json psalm_sonar.json",
32-
"rector": "vendor/bin/rector",
33-
"deptrac": "vendor/bin/deptrac",
34-
"deptrac:image": "vendor/bin/deptrac --formatter=graphviz-image --output=deptrac.png",
35-
"test:pest": "vendor/bin/pest --colors=always",
36-
"test:phpunit": "vendor/bin/phpunit --colors=always",
37-
"test:coverage:pest": "XDEBUG_MODE=coverage vendor/bin/pest --colors=always --coverage-clover=coverage.xml",
38-
"test:coverage:phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit --colors=always --coverage-clover=coverage.xml"
39-
}
2+
"name": "generic/php-ddev-booster",
3+
"type": "project",
4+
"version": "1.9.1",
5+
"authors": [
6+
{
7+
"name": "DDEV User",
8+
"email": "nobody@example.com"
9+
}
10+
],
11+
"require-dev": {
12+
"rector/rector": "^2.1.7",
13+
"phpstan/phpstan": "^2.1.26",
14+
"symplify/easy-coding-standard": "^12.6.0",
15+
"zircote/swagger-php": "^5.3.2",
16+
"psalm/phar": "^6.13.1"
17+
},
18+
"scripts": {
19+
"post-install-cmd": [
20+
"yes | pnpm install"
21+
],
22+
"post-update-cmd": [
23+
"yes | pnpm install"
24+
],
25+
"generate-api-spec": "php documentation/api.php",
26+
"check-cs": "vendor/bin/ecs check --ansi",
27+
"fix-cs": "vendor/bin/ecs check --fix --ansi",
28+
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon.dist",
29+
"phpstan:sonar": "vendor/bin/phpstan analyse -c phpstan.neon.dist --error-format=prettyJson > phpstan_sonar.json",
30+
"psalm:sonar": "vendor/bin/psalm --report=sonarqube.json; mv sonarqube.json psalm_sonar.json",
31+
"psalm-phar:sonar": "vendor/bin/psalm.phar --report=sonarqube.json; mv sonarqube.json psalm_sonar.json",
32+
"rector": "vendor/bin/rector",
33+
"deptrac": "vendor/bin/deptrac",
34+
"deptrac:image": "vendor/bin/deptrac --formatter=graphviz-image --output=deptrac.png",
35+
"test:pest": "vendor/bin/pest --colors=always",
36+
"test:phpunit": "vendor/bin/phpunit --colors=always",
37+
"test:coverage:pest": "XDEBUG_MODE=coverage vendor/bin/pest --colors=always --coverage-clover=coverage.xml",
38+
"test:coverage:phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit --colors=always --coverage-clover=coverage.xml"
39+
}
4040
}

0 commit comments

Comments
 (0)