Skip to content

Commit

Permalink
[TASK] Compatibility with TYPO3 11
Browse files Browse the repository at this point in the history
* extend dependency to typo3-11

* changed composer.json for typo3-11

* changed composer.json for typo3-11

Co-authored-by: Heiko Stammer <[email protected]>
  • Loading branch information
s2b and Highco71 authored Jun 7, 2021
1 parent 4ff7a2c commit f2456ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"issues": "https://github.com/sitegeist/sms-responsive-images/issues"
},
"require": {
"typo3/cms-core": "^9.5 || ^10.1"
"typo3/cms-core": "^9.5 || ^10.1 || ^11.2"
},
"require-dev": {
"typo3/testing-framework": "^4.0",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'version' => '2.0.2',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.9.99',
'typo3' => '9.5.0-11.9.99',
'php' => '7.2.0-7.9.99'
],
'conflicts' => [
Expand Down

0 comments on commit f2456ea

Please sign in to comment.