-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REGRESSION] remove TER compat info for 11LTS
- Loading branch information
1 parent
fa3dcf5
commit c3ead3a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
'description' => 'Addition to EXT:powermail which allows limits for form submissions', | ||
'category' => 'plugin', | ||
'version' => '2.0.0', | ||
'state' => 'beta', | ||
'state' => 'stable', | ||
'author' => 'Schuler, J. Peter M.', | ||
'author_email' => '[email protected]', | ||
'author_company' => '', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '11.5.0-12.4.99' | ||
'typo3' => '12.4.0-12.4.99' | ||
] | ||
] | ||
]; |