acirtautas / oxid-module-internals

OXID eShop module system helper tools
GNU General Public License v3.0
27 stars 12 forks source link

Versions on Packagist #10

Closed robinlehrmann closed 10 years ago

robinlehrmann commented 10 years ago

Hi,

the version v0.2.3 aren't available in the packagist-package. Maybe add a the Packagist-Hook in your project.

Cheers.

acirtautas commented 10 years ago

I added git hook to packagist.org but it only takes post composer versions (with composer.json).

v0.2.3 is available only in pre_5.2 branch

robinlehrmann commented 10 years ago

Okay, I think the composer.json should be in the pre_5.2 branch. Could you cherry-pick my commit with the composer changes and merge it in this branch?

acirtautas commented 10 years ago

Composer integration was added to pre_5.2 branch, tagged as v0.2.4 and available in packagist.org

{
    "require": {
        "acirtautas/oxid-module-internals": "~0.2.4"
    }
}
robinlehrmann commented 10 years ago

Thank you! :+1: