Skip to content

Commit

Permalink
[TASK] Set compatibility to TYPO3 v12.4 only (#49)
Browse files Browse the repository at this point in the history
Releases: 12.4
  • Loading branch information
brotkrueml authored Aug 7, 2023
1 parent 3ade9a9 commit c7f9d01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"source": "https://github.com/TYPO3-Documentation/blog_example"
},
"require": {
"typo3/cms-core": "^12.4 || dev-main",
"typo3/cms-extbase": "^12.4 || dev-main",
"typo3/cms-fluid": "^12.4 || dev-main"
"typo3/cms-core": "^12.4",
"typo3/cms-extbase": "^12.4",
"typo3/cms-fluid": "^12.4"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.28",
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'A Blog Example for the Extbase Framework',
'description' => 'This extension contains code examples used in TYPO3 explained to describe the use of Extbase',
'version' => '12.0.2',
'version' => '12.0.3',
'category' => 'example',
'author' => 'TYPO3 Documentation Team and contributors',
'author_company' => '',
Expand All @@ -12,7 +12,7 @@
'clearCacheOnLoad' => 1,
'constraints' => [
'depends' => [
'typo3' => '12.0.0-12.99.99',
'typo3' => '12.4.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit c7f9d01

Please sign in to comment.