Skip to content

Commit 2c12f25

Browse files
committed
Update dependencies (#219)
1 parent c001574 commit 2c12f25

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

composer.json

-26
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,6 @@
3232
"optimize-autoloader": true,
3333
"sort-packages": true
3434
},
35-
"scripts": {
36-
"build": [
37-
"@static:analyze",
38-
"@test",
39-
"@test:mutation"
40-
],
41-
"test": [
42-
"tools/vendor/bin/phpunit"
43-
],
44-
"test:mutation": [
45-
"tools/vendor/bin/infection --threads=2"
46-
],
47-
"static:analyze": [
48-
"tools/vendor/bin/psalm --output-format=compact",
49-
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
50-
"tools/vendor/bin/php-cs-fixer fix --dry-run"
51-
],
52-
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
53-
"tools:install": "composer install --working-dir=./tools",
54-
"post-install-cmd": [
55-
"@tools:install"
56-
],
57-
"post-update-cmd": [
58-
"@tools:install"
59-
]
60-
},
6135
"minimum-stability": "dev",
6236
"prefer-stable": true
6337
}

0 commit comments

Comments
 (0)