Skip to content

Commit

Permalink
Update dev tools (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed May 3, 2022
1 parent 22e3a12 commit ff9cc1f
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 419 deletions.
14 changes: 7 additions & 7 deletions .dev-tools/composer.json
@@ -1,20 +1,20 @@
{
"require": {
"php": "^8.1",
"ergebnis/composer-normalize": "^2.25.1",
"infection/infection": "^0.26.6",
"ergebnis/composer-normalize": "^2.26.0",
"infection/infection": "^0.26.8",
"kubawerlos/composer-smaller-lock": "^1.0.0",
"kubawerlos/php-cs-fixer-config": "^3.8.0",
"kubawerlos/php-cs-fixer-config": "^3.10.0",
"kubawerlos/types-checker": "^2.2.0",
"maglnet/composer-require-checker": "^4.0.0",
"mi-schi/phpmd-extension": "^4.3.0",
"phpmd/phpmd": "^2.12.0",
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan": "^1.5.3",
"phpstan/phpstan-phpunit": "^1.1.0",
"phpstan/phpstan-strict-rules": "^1.1.0",
"phpstan/phpstan": "^1.6.4",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-strict-rules": "^1.2.2",
"squizlabs/php_codesniffer": "^3.6.2",
"vimeo/psalm": "^4.22.0"
"vimeo/psalm": "^4.23.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ff9cc1f

Please sign in to comment.