Skip to content

Commit

Permalink
[META] Adjust requirements for v13
Browse files Browse the repository at this point in the history
  • Loading branch information
tinzog committed Dec 18, 2024
1 parent ac2e797 commit 0406d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"type": "typo3-cms-extension",
"license": "GPL-3.0-or-later",
"require": {
"php": "^7.4 || ^8.0",
"php": ">= 8.2.0 <= 8.4.99",
"ext-json": "*",
"ext-pdo": "*",
"ext-zip": "*",
"typo3/cms-core": "^11.5 || ^12.4",
"symfony/yaml": "^v5.4 || ^v6.3"
"typo3/cms-core": "^13.4",
"symfony/yaml": "^7.1"
},
"autoload": {
"psr-4": {
Expand All @@ -61,10 +61,6 @@
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-develop": "12.5.x-dev",
"dev-master": "12.5.x-dev"
},
"typo3/cms": {
"extension-key": "in2publish_core"
}
Expand Down
5 changes: 3 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
'author_company' => 'in2code.de',
'constraints' => [
'depends' => [
'php' => '7.4.0-8.99.99',
'typo3' => '11.5.0-12.99.99',
'php' => '8.2.0-8.4.99',
'typo3' => '13.4.0-13.4.99',
'in2publish_core' => '13.4.0-13.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 0406d0e

Please sign in to comment.