Skip to content

Commit

Permalink
Update dev tools (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed May 6, 2023
1 parent edf2ac8 commit 1f9af69
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 100 deletions.
14 changes: 7 additions & 7 deletions .dev-tools/composer.json
Expand Up @@ -2,20 +2,20 @@
"type": "project",
"require": {
"php": "^8.2",
"ergebnis/composer-normalize": "^2.30.2",
"infection/infection": "^0.26.20",
"ergebnis/composer-normalize": "^2.31.0",
"infection/infection": "^0.26.21",
"kubawerlos/composer-smaller-lock": "^1.0.1",
"kubawerlos/php-cs-fixer-config": "^3.15",
"kubawerlos/php-cs-fixer-config": "^3.16",
"kubawerlos/types-checker": "^2.2",
"maglnet/composer-require-checker": "^4.5",
"maglnet/composer-require-checker": "^4.6",
"mi-schi/phpmd-extension": "^4.3",
"phpmd/phpmd": "^2.13",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.10.10",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10.14",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.5.1",
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^5.9"
"vimeo/psalm": "^5.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1f9af69

Please sign in to comment.