Skip to content

Commit

Permalink
Merge pull request #74 from linawolf/update-v13
Browse files Browse the repository at this point in the history
[!!!][TASK] Allow TYPO3 v13, drop TYPO3 v11 support
  • Loading branch information
tritum authored Nov 21, 2024
2 parents f3a5fd2 + ecc0e94 commit f00ad80
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Configuration/Sets/FormDoubleOptIn/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: tritum/form-element-linked-checkbox
label: "Form: Linked checkbox element"
dependencies:
- typo3/form
1 change: 1 addition & 0 deletions Configuration/Sets/FormDoubleOptIn/setup.typoscript
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'EXT:form_element_linked_checkbox/Configuration/TypoScript/setup.typoscript'
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ use this template.

## Preferred Installation

1. Require the extension via composer.
2. Add the static TypoScript configuration to your TypoScript template.
#. Require the extension via composer.
#. Add the site set `tritum/form-element-linked-checkbox` to the dependencies
of your site packages site set (TYPO3 v13 and above).
#. Or add the static TypoScript configuration to your TypoScript template
(TYPO3 v12 and below).

## Customization

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"require": {
"php": "^7.4 || ^8.0",
"symfony/polyfill-php80": "^1.15",
"typo3/cms-core": "^11.5.0 || ^12.4.0",
"typo3/cms-form": "^11.5.0 || ^12.4.0",
"typo3/cms-frontend": "^11.5.0 || ^12.4.0"
"typo3/cms-core": "^12.4.0 || ^13.4.0",
"typo3/cms-form": "^12.4.0 || ^13.4.0",
"typo3/cms-frontend": "^12.4.0 || ^13.4.0"
},
"require-dev": {
"armin/editorconfig-cli": "^1.5",
Expand Down

0 comments on commit f00ad80

Please sign in to comment.