Skip to content

Commit

Permalink
raise required typo3 v13
Browse files Browse the repository at this point in the history
  • Loading branch information
RSCW-Duisburg authored Oct 9, 2024
1 parent 031d5d4 commit 35d4a35
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"ext-json": "*",
"ext-mbstring": "*",
"phpoffice/phpspreadsheet": "^1.29 || ^2.0 || ^3.0",
"typo3/cms-backend": "^11.5 || ^12.4",
"typo3/cms-core": "^11.5 || ^12.4",
"typo3/cms-extbase": "^11.5 || ^12.4",
"typo3/cms-fluid": "^11.5 || ^12.4",
"typo3/cms-fluid-styled-content": "^11.5 || ^12.4",
"typo3/cms-frontend": "^11.5 || ^12.4"
"typo3/cms-backend": "^11.5 || ^12.4 || ^13",
"typo3/cms-core": "^11.5 || ^12.4 || ^13",
"typo3/cms-extbase": "^11.5 || ^12.4 || ^13",
"typo3/cms-fluid": "^11.5 || ^12.4 || ^13",
"typo3/cms-fluid-styled-content": "^11.5 || ^12.4 || ^13",
"typo3/cms-frontend": "^11.5 || ^12.4 || ^13"
},
"require-dev": {
"bnf/phpstan-psr-container": "^1.0",
Expand All @@ -39,7 +39,7 @@
"roave/security-advisories": "dev-latest",
"slevomat/coding-standard": "^8.8",
"squizlabs/php_codesniffer": "^3.5",
"typo3/minimal": "^11.5 || ^12.4",
"typo3/minimal": "^11.5 || ^12.4 || ^13",
"typo3/testing-framework": "^7.0 || ^8.0",
"vimeo/psalm": "^5.1"
},
Expand Down

0 comments on commit 35d4a35

Please sign in to comment.