mirror of
https://github.com/DanielSiepmann/legacy-collections.git
synced 2024-11-21 22:16:13 +01:00
[TASK] Add TER + documentation + repository to composer.json
Add the common extension destinations to composer.json. Packagist displays them in a prominent place.
This commit is contained in:
parent
484b35541f
commit
35ba470a03
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,12 @@
|
||||||
"name": "friendsoftypo3/legacy-collections",
|
"name": "friendsoftypo3/legacy-collections",
|
||||||
"type": "typo3-cms-extension",
|
"type": "typo3-cms-extension",
|
||||||
"description": "Legacy Collection PHP APIs for sys_collection database tables.",
|
"description": "Legacy Collection PHP APIs for sys_collection database tables.",
|
||||||
"homepage": "https://typo3.org",
|
"homepage": "https://extensions.typo3.org/extension/legacy_collections",
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/FriendsOfTYPO3/legacy-collections/issues",
|
||||||
|
"source": "https://github.com/FriendsOfTYPO3/legacy-collections",
|
||||||
|
"docs": "https://docs.typo3.org/p/friendsoftypo3/legacy-collections/main/en-us/"
|
||||||
|
},
|
||||||
"license": ["GPL-2.0+"],
|
"license": ["GPL-2.0+"],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2 || ^8.0",
|
"php": "^7.2 || ^8.0",
|
||||||
|
|
Loading…
Reference in a new issue