setting preferred install method for egroupware/* packages to source, to be able to update them via git

This commit is contained in:
ralf 2022-04-25 09:48:53 +02:00
parent d4ff5b9b4f
commit 7624378c89
2 changed files with 9 additions and 5 deletions

View File

@ -47,6 +47,10 @@
"platform": {
"php": "7.3"
},
"preferred-install": {
"egroupware/*": "source",
"*": "dist"
},
"fxp-asset": {
"enabled": false
},

6
composer.lock generated
View File

@ -1619,12 +1619,12 @@
"source": {
"type": "git",
"url": "https://github.com/EGroupware/Icalendar.git",
"reference": "01960a7b12d50558870c7878b30452784ee9cbc5"
"reference": "435450bb9393b785545e6b74e5f6089ee423c69a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/EGroupware/Icalendar/zipball/01960a7b12d50558870c7878b30452784ee9cbc5",
"reference": "01960a7b12d50558870c7878b30452784ee9cbc5",
"url": "https://api.github.com/repos/EGroupware/Icalendar/zipball/435450bb9393b785545e6b74e5f6089ee423c69a",
"reference": "435450bb9393b785545e6b74e5f6089ee423c69a",
"shasum": ""
},
"require": {