Skip to content

Commit

Permalink
feat: Update v12 constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuf committed Aug 24, 2023
1 parent 3746e4e commit 59a21a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"require": {
"typo3/cms-core": "^10.4 || ^11.5",
"typo3/cms-core": "^10.4 || ^12.4",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
Expand Down
10 changes: 0 additions & 10 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,4 @@
'author' => 'Xavier Perseguers',
'author_email' => '[email protected]',
'author_company' => 'Swisscom (Schweiz) AG',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-9.5.99',
'php' => '7.0.0-7.2.99',
],
'conflicts' => [
],
'suggests' => [
],
]
];

0 comments on commit 59a21a9

Please sign in to comment.