[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:
Alexander Nitsche 2022-04-08 18:20:07 +02:00
parent 75db0bdbae
commit 4aaecb36b7
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.idea/
/Documentation-GENERATED-temp/

View file

@ -2,7 +2,12 @@
"name": "friendsoftypo3/feedit",
"type": "typo3-cms-extension",
"description": "Edit a TYPO3 page content element in the backend by clicking it in the frontend as a logged-in backend user.",
"homepage": "https://typo3.org",
"homepage": "https://extensions.typo3.org/extension/feedit",
"support": {
"issues": "https://github.com/FriendsOfTYPO3/feedit/issues",
"source": "https://github.com/FriendsOfTYPO3/feedit",
"docs": "https://docs.typo3.org/p/friendsoftypo3/feedit/main/en-us/"
},
"license": ["GPL-2.0-or-later"],
"authors": [{
"name": "TYPO3 Core Team",