Skip to content

Composer compatibility #1

@dmersiowsky

Description

@dmersiowsky

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"
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions