Skip to content

Commit

Permalink
[BUGFIX] Streamline composer.json links for Packagist
Browse files Browse the repository at this point in the history
This change adds more links for Packagist to all TYPO3 System Extensions.

This is especially relevant for Packagist to point to the main
repository and provide all information for the subtree split packages.

The support section now includes the following information:

* chat: a link to "https://typo3.org/help" where finally also the link to
  Slack can be found
* docs: a link to the Official Docs "https://docs.typo3.org"
* issues: a link to the issue tracker at "https://forge.typo3.org"
* source: a link to the TYPO3 main repository on Github
  "https://github.com/TYPO3/TYPO3.CMS"

Unused support options for packagist.org in `typo3/cms` are removed.

Resolves: #90622
Releases: master
Change-Id: I08b4ec80cd2d06b70ea40439bcc33c08d3eb5f03
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63534
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Björn Jacob <bjoern.jacob@tritum.de>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
gilbertsoft authored and bmack committed Mar 4, 2020
1 parent 4adfaf5 commit 90d281a
Show file tree
Hide file tree
Showing 37 changed files with 219 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
}
],
"support": {
"general": "https://typo3.org/support/",
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"slack": "https://typo3.slack.com",
"news": "nntp://lists.typo3.org"
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"bin-dir": "bin",
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/about/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/adminpanel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/belog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/beuser/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/dashboard/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/extbase/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/extensionmanager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/felogin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org/c/typo3/cms-felogin/master/en-us",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/filelist/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/filemetadata/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/fluid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/fluid_styled_content/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org/c/typo3/cms-fluid-styled-content/master/en-us",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/form/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org/c/typo3/cms-form/master/en-us",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/frontend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/impexp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/indexed_search/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org/c/typo3/cms-indexed-search/master/en-us",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/info/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/install/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/linkvalidator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org/c/typo3/cms-linkvalidator/master/en-us",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/lowlevel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/opendocs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/recordlist/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/recycler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/redirects/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/reports/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/rte_ckeditor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org/c/typo3/cms-rte-ckeditor/master/en-us",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
6 changes: 6 additions & 0 deletions typo3/sysext/scheduler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org/c/typo3/cms-scheduler/master/en-us",
"issues": "https://forge.typo3.org",
"source": "https://github.com/TYPO3/TYPO3.CMS"
},
"config": {
"sort-packages": true
},
Expand Down
Loading

0 comments on commit 90d281a

Please sign in to comment.