-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89a6cae
commit b751426
Showing
2 changed files
with
48 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters