Hi Dmitrijus,
do you think you could make the repository Composer-compatible?
I think using Alfonsas Cirtautas' module internals as an example, it should be very easy. You'd have to change folder structure though.
See: https://github.com/acirtautas/oxid-module-internals
And https://github.com/composer/installers for Composer Installer
This would be very nice, since it's the easiest way to get modules from Gitlab right into my Shop installation.
Thank you very much in advance!
composer.json would look like this:
{
"name": "druteika/oxid_modules_config",
"description": "OXID Module Configuration Im-/Exporter",
"type": "oxid-module",
"authors": [
{
"name": "Dmitrijus Druteika"
}
],
"minimum-stability": "dev",
"require": {
"composer/installers": "~1.0"
}
}
Hi Dmitrijus,
do you think you could make the repository Composer-compatible?
I think using Alfonsas Cirtautas' module internals as an example, it should be very easy. You'd have to change folder structure though.
See: https://github.com/acirtautas/oxid-module-internals
And https://github.com/composer/installers for Composer Installer
This would be very nice, since it's the easiest way to get modules from Gitlab right into my Shop installation.
Thank you very much in advance!
composer.json would look like this: