Skip to content

Commit

Permalink
Merge pull request #20 from tritum/task/update_version_contraints
Browse files Browse the repository at this point in the history
[TASK] Update version and version contraints
  • Loading branch information
tritum authored Jul 13, 2022
2 parents 3389000 + f4713fb commit 7faa4a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ finishers will be aware of the copied field(s).
Copy the extension folder to `\typo3conf\ext\ `, upload it via the extension
manager or add it to your composer.json. Add the static TypoScript configuration
to your TypoScript template. Make sure, jQuery is available in the frontend.
We have tested with TYPO3 v8 and v9 and jQuery v2.2.4.
We have tested with TYPO3 v11 and jQuery v2.2.4.

## Usage

Expand All @@ -35,4 +35,6 @@ This TYPO3 extension was created by Ralf Zimmermann (https://www.tritum.de).
## Thank you

Nora Winter - "Faktenkopf" at www.faktenhaus.de - sponsored this great extension.
The fine people at www.b13.de connected all the people involved.
The fine people at www.b13.de connected all the people involved.

Elias Häußler - haeussler.dev - for helping with TYPO3v11 compatability.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "",
"type": "typo3-cms-extension",
"require": {
"typo3/cms-core": "^9.5.25 || ^10.4.14 || 11.*.*@dev",
"typo3/cms-extbase": "^9.5.25 || ^10.4.14 || 11.*.*@dev",
"typo3/cms-form": "^9.5.25 || ^10.4.14 || 11.*.*@dev"
"typo3/cms-core": "11.5.13",
"typo3/cms-extbase": "^11.5.13",
"typo3/cms-form": "^11.5.13"
},
"extra": {
"typo3/cms": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
'clearCacheOnLoad' => 0,
'author' => 'Ralf Zimmermann TRITUM GmbH',
'author_email' => '[email protected]',
'version' => '2.0.2',
'version' => '3.0.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.25-11.99.99',
'typo3' => '11.5.13-11.99.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 7faa4a4

Please sign in to comment.