Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Feb 4, 2024
1 parent 2c65899 commit 10f5c71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
},
"require-dev": {
"brotkrueml/coding-standards": "~3.0.0",
"ergebnis/composer-normalize": "~2.28.3",
"ergebnis/composer-normalize": "~2.42.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "1.10.56",
"phpstan/phpstan": "1.10.57",
"phpunit/phpunit": "^9.6",
"rector/rector": "0.19.1",
"symfony/yaml": "^5.4 || ^6.4",
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
"symplify/phpstan-rules": "^12.4",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"typo3/cms-install": "^11.5.3 || ^12.4"
Expand All @@ -47,9 +47,9 @@
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true,
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true,
"phpstan/extension-installer": true
"typo3/cms-composer-installers": true
},
"bin-dir": ".Build/bin",
"sort-packages": true,
Expand Down

0 comments on commit 10f5c71

Please sign in to comment.