Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer compatibility #1

Open
dmersiowsky opened this issue Aug 26, 2015 · 1 comment
Open

Composer compatibility #1

dmersiowsky opened this issue Aug 26, 2015 · 1 comment

Comments

@dmersiowsky
Copy link

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"
    }
}
@druteika
Copy link
Owner

Hello,

Sorry for replying with such a big delay - thing is OXID was working on restructuring and enhancing this module. So, we plan to release an updated version, which will include the Composer file.

Thanks for contributing! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants