Skip to content

Commit

Permalink
Make extension TYPO3 11 compatible (pixelant#9)
Browse files Browse the repository at this point in the history
* Update ext_emconf.php

* Update composer.json

* Update composer.json

* Update composer.json

* [TASK] Add new extension version ''1.1.0''
  • Loading branch information
MattiasNilsson authored Dec 30, 2021
1 parent 4256875 commit 420b4ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"issues": "https://github.com/pixelant/pxa_lpeh/issues"
},
"require": {
"php": "^7.2",
"typo3/cms-core": "^9.5.0 || ^10.1.0"
"typo3/cms-core": "^9.5 || ^10.1 || ^11.5"
},
"autoload": {
"psr-4": {
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 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.0.3',
'version' => '1.1.0',
'constraints' => array(
'depends' => array(
'typo3' => '9.5.0-10.9.99',
'typo3' => '9.5.0-11.5.99',
),
'conflicts' => array(
),
Expand Down

0 comments on commit 420b4ea

Please sign in to comment.