diff --git a/composer.json b/composer.json index cf49f26..30171a9 100644 --- a/composer.json +++ b/composer.json @@ -1,44 +1,48 @@ { - "name": "quellenform/t3x-iconpack-bootstrap", - "type": "typo3-cms-extension", - "description": "This Extension registers an Iconpack-Provider for EXT:iconpack which allows you to use the \"Bootstrap Icons\" in TYPO3.", - "keywords": [ - "TYPO3", - "extension", - "CKEditor", - "icons", - "iconfont", - "webfont" - ], - "license": [ - "GPL-3.0-or-later" - ], - "homepage": "https://extensions.typo3.org/extension/iconpack_bootstrap", - "support": { - "source": "https://github.com/quellenform/t3x-iconpack-bootstrap", - "issues": "https://github.com/quellenform/t3x-iconpack-bootstrap/issues" - }, - "authors": [{ - "name": "Stephan Kellermayr", - "email": "typo3@quellenform.at", - "role": "Developer", - "homepage": "https://www.quellenform.at/" - }], - "require": { - "php": ">=7.4.0", - "typo3/cms-core": "^10.4 || ^11", - "quellenform/t3x-iconpack": "^0.2 || ^0.3" - }, - "replace": { - "typo3-ter/iconpack-bootstrap": "self.version" - }, - "repositories": [{ - "type": "composer", - "url": "https://composer.typo3.org/" - }], - "extra": { - "typo3/cms": { - "extension-key": "iconpack_bootstrap" - } - } + "name": "quellenform/t3x-iconpack-bootstrap", + "type": "typo3-cms-extension", + "description": "This Extension registers an Iconpack-Provider for EXT:iconpack which allows you to use the \"Bootstrap Icons\" in TYPO3.", + "keywords": [ + "TYPO3", + "extension", + "CKEditor", + "icons", + "iconfont", + "webfont" + ], + "license": [ + "GPL-3.0-or-later" + ], + "homepage": "https://extensions.typo3.org/extension/iconpack_bootstrap", + "support": { + "source": "https://github.com/quellenform/t3x-iconpack-bootstrap", + "issues": "https://github.com/quellenform/t3x-iconpack-bootstrap/issues" + }, + "authors": [ + { + "name": "Stephan Kellermayr", + "email": "typo3@quellenform.at", + "role": "Developer", + "homepage": "https://www.quellenform.at/" + } + ], + "require": { + "php": ">=7.4.0", + "typo3/cms-core": ">=10.4 <13", + "quellenform/t3x-iconpack": ">=0.2 ^1.0" + }, + "replace": { + "typo3-ter/iconpack-bootstrap": "self.version" + }, + "repositories": [ + { + "type": "composer", + "url": "https://composer.typo3.org/" + } + ], + "extra": { + "typo3/cms": { + "extension-key": "iconpack_bootstrap" + } + } } diff --git a/ext_emconf.php b/ext_emconf.php index 8de5546..5af889d 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -12,8 +12,8 @@ 'version' => '1.3.0', 'constraints' => [ 'depends' => [ - 'typo3' => '10.4.11-11.5.99', - 'iconpack' => '0.2.0-0.3.99' + 'typo3' => '10.4.11-12.4.99', + 'iconpack' => '0.2.0-1.99' ], 'conflicts' => [], 'suggests' => []