Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kuhlmay committed Mar 27, 2024
1 parent 4362920 commit ce8f0c0
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,20 @@
"php": "^8.1",
"ext-json": "*",
"nikic/php-parser": "^4.17.1",
"typo3/cms-backend": "^12.4.7",
"typo3/cms-core": "^12.4.7"
"typo3/cms-backend": "^12.4.11",
"typo3/cms-core": "^12.4.11",
"cweagans/composer-patches": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.37",
"roave/security-advisories": "dev-latest",
"sebastian/diff": "^5.0.3",
"typo3/cms-frontend": "^12.4.7",
"typo3/cms-install": "^12.4.7",
"typo3/cms-frontend": "^12.4.11",
"typo3/cms-install": "^12.4.11",
"typo3/coding-standards": "v0.7.1",
"typo3/testing-framework": "^8.0.6",
"ssch/typo3-rector": "^1.4"
"ssch/typo3-rector": "^1.4",
"phpstan/phpstan": "^1.10"
},
"autoload": {
"psr-4": {
Expand All @@ -62,7 +64,8 @@
},
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
"typo3/cms-composer-installers": true,
"cweagans/composer-patches": true
}
},
"scripts": {
Expand Down

0 comments on commit ce8f0c0

Please sign in to comment.