Skip to content

Commit

Permalink
Update dev tools (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Apr 2, 2023
1 parent ff75e02 commit 29fc063
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 261 deletions.
14 changes: 7 additions & 7 deletions .dev-tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"type": "project",
"require": {
"composer/composer": "^2.5.1",
"ergebnis/composer-normalize": "^2.29",
"composer/composer": "^2.5.5",
"ergebnis/composer-normalize": "^2.30.2",
"kubawerlos/composer-smaller-lock": "^1.0.1",
"kubawerlos/php-cs-fixer-config": "^3.15",
"kubawerlos/types-checker": "^2.2",
"maglnet/composer-require-checker": "^4.5",
"mi-schi/phpmd-extension": "^4.3",
"phpmd/phpmd": "^2.13",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9.14",
"phpstan/phpstan-phpunit": "^1.3.3",
"phpstan/phpstan-strict-rules": "^1.4.5",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^5.6"
"phpstan/phpstan": "^1.10.10",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.5.1",
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^5.9"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 29fc063

Please sign in to comment.