Skip to content

Commit

Permalink
Cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Feb 5, 2021
1 parent 1c62b8b commit 28985d1
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions composer.json
Expand Up @@ -16,14 +16,12 @@
"symplify/easy-coding-standard": "^9.0.50"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.11",
"j13k/yaml-lint": "dev-master",
"mhujer/yaml-sort-checker": "^1.2",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.0",
"phpstan/phpstan-phpunit": "^0.12.0",
"phpunit/phpunit": "^9.4.3"
"ergebnis/composer-normalize": "^2.13.2",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^0.12.71",
"phpstan/phpstan-phpunit": "^0.12.17",
"phpunit/phpunit": "^9.5.2"
},
"config": {
"preferred-install": {
Expand All @@ -50,7 +48,7 @@
],
"analyze": [
"vendor/bin/ecs check src/ tests/ ecs.php --ansi",
"vendor/bin/phpstan.phar analyze -c phpstan.neon --ansi"
"vendor/bin/phpstan analyze -c phpstan.neon --ansi"
],
"fix": [
"@composer normalize",
Expand Down

0 comments on commit 28985d1

Please sign in to comment.