mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
setting preferred install method for egroupware/* packages to source, to be able to update them via git
This commit is contained in:
parent
d4ff5b9b4f
commit
7624378c89
@ -47,6 +47,10 @@
|
|||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.3"
|
"php": "7.3"
|
||||||
},
|
},
|
||||||
|
"preferred-install": {
|
||||||
|
"egroupware/*": "source",
|
||||||
|
"*": "dist"
|
||||||
|
},
|
||||||
"fxp-asset": {
|
"fxp-asset": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
6
composer.lock
generated
6
composer.lock
generated
@ -1619,12 +1619,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/EGroupware/Icalendar.git",
|
"url": "https://github.com/EGroupware/Icalendar.git",
|
||||||
"reference": "01960a7b12d50558870c7878b30452784ee9cbc5"
|
"reference": "435450bb9393b785545e6b74e5f6089ee423c69a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/EGroupware/Icalendar/zipball/01960a7b12d50558870c7878b30452784ee9cbc5",
|
"url": "https://api.github.com/repos/EGroupware/Icalendar/zipball/435450bb9393b785545e6b74e5f6089ee423c69a",
|
||||||
"reference": "01960a7b12d50558870c7878b30452784ee9cbc5",
|
"reference": "435450bb9393b785545e6b74e5f6089ee423c69a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
Loading…
Reference in New Issue
Block a user