mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 13:56:09 +01:00
As master branch is used, adjust branch-alias (#5)
Also add further urls to composer.
This commit is contained in:
parent
60d4d94a45
commit
81e98ec269
1 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,12 @@
|
||||||
"description": "Tracking for TYPO3",
|
"description": "Tracking for TYPO3",
|
||||||
"type": "typo3-cms-extension",
|
"type": "typo3-cms-extension",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
|
"homepage": "https://daniel-siepmann.de/projects/typo3-extension-tracking.html",
|
||||||
|
"support": {
|
||||||
|
"email": "coding@daniel-siepmann.de",
|
||||||
|
"source": "https://github.com/DanielSiepmann/tracking/",
|
||||||
|
"issues": "https://github.com/DanielSiepmann/tracking/issues"
|
||||||
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Daniel Siepmann",
|
"name": "Daniel Siepmann",
|
||||||
|
@ -38,7 +44,7 @@
|
||||||
"web-dir": ".Build/web"
|
"web-dir": ".Build/web"
|
||||||
},
|
},
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-develop": "1.0.x-dev"
|
"dev-master": "1.0.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue