Skip to content

Commit

Permalink
Merge pull request #31 from dmitryd/update_v11
Browse files Browse the repository at this point in the history
[UPDATE] Mark as compatible with TYPO3 11
  • Loading branch information
bmack authored Dec 27, 2021
2 parents e6e09d0 + ceb5241 commit 8c8b0eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"homepage": "https://typo3.org",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^9.0 || ^10.0",
"typo3/cms-frontend": "^9.0 || ^10.0"
"typo3/cms-core": "^9.0 || ^10.0 || ^11.0",
"typo3/cms-frontend": "^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"nimut/testing-framework": "^5.0",
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author_company' => '',
'version' => '8.0.2',
'version' => '8.0.3',
'constraints' => array(
'depends' => array(
'typo3' => '9.5.0-10.9.99',
'typo3' => '9.5.0-11.9.99',
),
'conflicts' => array(),
'suggests' => array(),
Expand Down

0 comments on commit 8c8b0eb

Please sign in to comment.