Skip to content

Commit 76904c5

Browse files
committed
format
1 parent 94d8125 commit 76904c5

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

generator/composer.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"name": "thecodingmachine/safe-generator",
3-
"description": "Generated the files for thecodingmachine/safe",
4-
"version": "0.0.0",
5-
"autoload": {
6-
"psr-4": {
7-
"Safe\\": "src/"
2+
"name": "thecodingmachine/safe-generator",
3+
"description": "Generated the files for thecodingmachine/safe",
4+
"version": "0.0.0",
5+
"autoload": {
6+
"psr-4": {
7+
"Safe\\": "src/"
8+
}
9+
},
10+
"require": {
11+
"php": "^8.3",
12+
"ext-simplexml": "*",
13+
"ext-json": "*",
14+
"phpstan/phpstan": "^2",
15+
"symfony/console": "^7",
16+
"symfony/process": "^7",
17+
"symfony/finder": "^7"
18+
},
19+
"require-dev": {
20+
"phpunit/phpunit": "^12",
21+
"squizlabs/php_codesniffer": "^3.2",
22+
"php-parallel-lint/php-parallel-lint": "^1.4"
23+
},
24+
"scripts": {
25+
"lint": "parallel-lint config/ src/ tests/",
26+
"test": "XDEBUG_MODE=coverage phpunit",
27+
"phpstan": "phpstan analyse",
28+
"cs-fix": "phpcbf",
29+
"cs-check": "phpcs"
30+
},
31+
"config": {
32+
"platform": {
33+
"php": "8.3"
34+
}
835
}
9-
},
10-
"require": {
11-
"php": "^8.3",
12-
"ext-simplexml": "*",
13-
"ext-json": "*",
14-
"phpstan/phpstan": "^2",
15-
"symfony/console": "^7",
16-
"symfony/process": "^7",
17-
"symfony/finder": "^7"
18-
},
19-
"require-dev": {
20-
"phpunit/phpunit": "^12",
21-
"squizlabs/php_codesniffer": "^3.2",
22-
"php-parallel-lint/php-parallel-lint": "^1.4"
23-
},
24-
"scripts": {
25-
"lint": "parallel-lint config/ src/ tests/",
26-
"test": "XDEBUG_MODE=coverage phpunit",
27-
"phpstan": "phpstan analyse",
28-
"cs-fix": "phpcbf",
29-
"cs-check": "phpcs"
30-
},
31-
"config": {
32-
"platform": {
33-
"php": "8.3"
34-
}
35-
}
3636
}

0 commit comments

Comments
 (0)