Skip to content

Commit

Permalink
Modify composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed May 26, 2024
1 parent f722559 commit 7c2728a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,28 @@
},
"require": {
"php": "^8.1",
"typo3/cms-backend": "^13.0 || 13.0.x-dev || dev-main",
"typo3/cms-core": "^13.0 || 13.0.x-dev || dev-main",
"typo3/cms-extbase": "^13.0 || 13.0.x-dev || dev-main",
"typo3/cms-fluid": "^13.0 || 13.0.x-dev || dev-main",
"typo3/cms-frontend": "^13.0 || 13.0.x-dev || dev-main",

"doctrine/annotations": "^1.13.3 || ^2.0",
"doctrine/dbal": "^3.7.2 || ^4.0",
"doctrine/dbal": "^4.0.2",
"psr/event-dispatcher": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^2.0 || ^3.0",
"symfony/console": "^6.4 || ^7.0",
"typo3/cms-backend": "^13.0 || 13.0.x-dev || dev-main",
"typo3/cms-core": "^13.0 || 13.0.x-dev || dev-main",
"typo3/cms-extbase": "^13.0 || 13.0.x-dev || dev-main",
"typo3/cms-fluid": "^13.0 || 13.0.x-dev || dev-main",
"typo3/cms-frontend": "^13.0 || 13.0.x-dev || dev-main"
"symfony/console": "^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.57.1",
"phpunit/phpunit": "^11.0.3",
"typo3/testing-framework": "dev-main"
},
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"evoweb/recaptcha": "^12.0",
"sjbr/static-info-tables": "dev-master"
Expand Down

0 comments on commit 7c2728a

Please sign in to comment.