Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stephankellermayr committed Nov 7, 2023
1 parent 89a6cae commit b751426
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 44 deletions.
88 changes: 46 additions & 42 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => []
Expand Down

0 comments on commit b751426

Please sign in to comment.