Skip to content

Commit 28985d1

Browse files
committed
Cleanup dependencies
1 parent 1c62b8b commit 28985d1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

composer.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
"symplify/easy-coding-standard": "^9.0.50"
1717
},
1818
"require-dev": {
19-
"ergebnis/composer-normalize": "^2.11",
20-
"j13k/yaml-lint": "dev-master",
21-
"mhujer/yaml-sort-checker": "^1.2",
22-
"php-parallel-lint/php-parallel-lint": "^1.2",
23-
"phpstan/extension-installer": "^1.0",
24-
"phpstan/phpstan": "^0.12.0",
25-
"phpstan/phpstan-phpunit": "^0.12.0",
26-
"phpunit/phpunit": "^9.4.3"
19+
"ergebnis/composer-normalize": "^2.13.2",
20+
"php-parallel-lint/php-parallel-lint": "^1.2.0",
21+
"phpstan/extension-installer": "^1.1",
22+
"phpstan/phpstan": "^0.12.71",
23+
"phpstan/phpstan-phpunit": "^0.12.17",
24+
"phpunit/phpunit": "^9.5.2"
2725
},
2826
"config": {
2927
"preferred-install": {
@@ -50,7 +48,7 @@
5048
],
5149
"analyze": [
5250
"vendor/bin/ecs check src/ tests/ ecs.php --ansi",
53-
"vendor/bin/phpstan.phar analyze -c phpstan.neon --ansi"
51+
"vendor/bin/phpstan analyze -c phpstan.neon --ansi"
5452
],
5553
"fix": [
5654
"@composer normalize",

0 commit comments

Comments
 (0)