Skip to content

Commit

Permalink
[TASK] Add compatibility with TYPO3 v13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkraume committed Mar 13, 2024
1 parent c1e4ae9 commit 541c45a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"docs": "https://docs.typo3.org/p/yoast-seo-for-typo3/yoast_seo/main/en-us/"
},
"require": {
"typo3/cms-core": "^10.4 || ^11.5 || ^12.4",
"typo3/cms-backend": "^10.4 || ^11.5 || ^12.4",
"typo3/cms-extbase": "^10.4 || ^11.5 || ^12.4",
"typo3/cms-fluid": "^10.4 || ^11.5 || ^12.4",
"typo3/cms-frontend": "^10.4 || ^11.5 || ^12.4",
"typo3/cms-install": "^10.4 || ^11.5 || ^12.4",
"typo3/cms-seo": "^10.4 || ^11.5 || ^12.4",
"typo3/cms-core": "^10.4 || ^11.5 || ^12.4 || ^13.0",
"typo3/cms-backend": "^10.4 || ^11.5 || ^12.4 || ^13.0",
"typo3/cms-extbase": "^10.4 || ^11.5 || ^12.4 || ^13.0",
"typo3/cms-fluid": "^10.4 || ^11.5 || ^12.4 || ^13.0",
"typo3/cms-frontend": "^10.4 || ^11.5 || ^12.4 || ^13.0",
"typo3/cms-install": "^10.4 || ^11.5 || ^12.4 || ^13.0",
"typo3/cms-seo": "^10.4 || ^11.5 || ^12.4 || ^13.0",
"ext-curl": "*",
"ext-json": "*",
"php": "^7.4 || ^8.0"
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
'version' => '9.0.3',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-12.4.99',
'seo' => '10.4.0-12.4.99',
'typo3' => '10.4.0-13.4.99',
'seo' => '10.4.0-13.4.99',
]
],
'autoload' => [
Expand Down

0 comments on commit 541c45a

Please sign in to comment.