Skip to content

Commit

Permalink
deps(dev-tools): update dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Sep 20, 2023
1 parent b9602e9 commit b69c615
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 240 deletions.
11 changes: 7 additions & 4 deletions dev-tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"require": {
"php": "^8.1",
"ergebnis/composer-normalize": "^2.29.0",
"ergebnis/composer-normalize": "^2.37.0",
"humbug/box": "4.1.0",
"jangregor/phpstan-prophecy": "^1.0.0",
"maglnet/composer-require-checker": "^4.5.0",
"maglnet/composer-require-checker": "^4.7.0",
"mi-schi/phpmd-extension": "^4.3.0",
"phpmd/phpmd": "^2.13.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.14",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan": "^1.10.35",
"phpstan/phpstan-phpunit": "^1.3.14",
"phpstan/phpstan-strict-rules": "^1.5.1"
},
"config": {
Expand All @@ -18,6 +18,9 @@
"phpstan/extension-installer": true
},
"optimize-autoloader": true,
"platform": {
"php": "8.1"
},
"sort-packages": true
}
}
Loading

0 comments on commit b69c615

Please sign in to comment.