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": {
|
||||
"php": "7.3"
|
||||
},
|
||||
"preferred-install": {
|
||||
"egroupware/*": "source",
|
||||
"*": "dist"
|
||||
},
|
||||
"fxp-asset": {
|
||||
"enabled": false
|
||||
},
|
||||
@ -154,4 +158,4 @@
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
}
|
8
composer.lock
generated
8
composer.lock
generated
@ -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": {
|
||||
@ -12605,4 +12605,4 @@
|
||||
"php": "7.3"
|
||||
},
|
||||
"plugin-api-version": "2.2.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user