Skip to content

Commit a996334

Browse files
authored
Make sure dev tools are bumped in composer.json (#953)
1 parent 8bb84ef commit a996334

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

.dev-tools/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ergebnis/composer-normalize": "^2.41.1",
66
"infection/infection": "^0.27.9",
77
"kubawerlos/composer-smaller-lock": "^1.0.1",
8-
"kubawerlos/php-cs-fixer-config": "^3.22",
8+
"kubawerlos/php-cs-fixer-config": "^3.24",
99
"maglnet/composer-require-checker": "^4.8",
1010
"mi-schi/phpmd-extension": "^4.3",
1111
"phpmd/phpmd": "^2.15",
@@ -14,7 +14,7 @@
1414
"phpstan/phpstan-phpunit": "^1.3.15",
1515
"phpstan/phpstan-strict-rules": "^1.5.2",
1616
"squizlabs/php_codesniffer": "^3.8.1",
17-
"vimeo/psalm": "^5.19"
17+
"vimeo/psalm": "^5.20"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -37,6 +37,7 @@
3737
"./check_trailing_whitespaces.sh",
3838
"@composer validate --strict --working-dir=..",
3939
"@composer normalize --dry-run ../composer.json",
40+
"@composer bump --dry-run",
4041
"@composer normalize --dry-run",
4142
"composer-require-checker check ../composer.json --config-file composer-require-checker.json",
4243
"phpcs",

.dev-tools/composer.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)