Skip to content

Commit

Permalink
[FEATURE] Update basics for v11/v12 compatibility Feature
Browse files Browse the repository at this point in the history
Update versions after 12.3.0 release

Related: #497
Release: 11.0.0
  • Loading branch information
opi99 committed Mar 28, 2023
1 parent 835d5ad commit b450945
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"homepage": "https://templavoila.plus/",
"require": {
"php": ">=7.4.0 <8.2.99",
"typo3/cms-core": "^11.5.0 || ^12.2.0"
"typo3/cms-core": "^11.5.0 || ^12.3.0",
"typo3/cms-frontend": "^11.5.0 || ^12.3.0"
},
"require-dev": {
"codeception/codeception": "^4.1",
Expand All @@ -45,10 +46,10 @@
"seld/jsonlint": "^1.9.0",
"squizlabs/php_codesniffer": "^3.6.2",
"symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0",
"typo3/cms-impexp": "^11.5.10 || ^12.2.0",
"typo3/cms-lowlevel": "^11.5.10 || ^12.2.0",
"typo3/cms-impexp": "^11.5.10 || ^12.3.0",
"typo3/cms-lowlevel": "^11.5.10 || ^12.3.0",
"typo3/coding-standards": "^0.7.1",
"typo3/minimal": "v11.5.0 || ^12.2.0",
"typo3/minimal": "v11.5.0 || ^12.3.0",
"typo3/testing-framework": "dev-7"
},
"replace": {
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
'author_company' => 'Davitec GmbH',
'constraints' => [
'depends' => [
'php' => '7.4.0-8.1.99',
'typo3' => '11.5.0-12.2.99',
'install' => '11.5.0-12.2.99',
'php' => '7.4.0-8.2.99',
'typo3' => '11.5.0-12.3.99',
'install' => '11.5.0-12.3.99',
],
],
];

0 comments on commit b450945

Please sign in to comment.