ellisv / oxid-console

[UNMAINTAINED] OXID Console is php console application for OXID Shop. It provides an API for writing various commands. We have shipped very common for every oxid shop project commands out of the box.
MIT License
23 stars 17 forks source link

Integrate composer #18

Closed robinlehrmann closed 9 years ago

robinlehrmann commented 9 years ago

I moved your code in a module and setup an autoloader in composer.json. It is require that the functions.php requires the autoload of composer: "require DIR . '/../vendor/autoload.php';"

It isn't finished because the module should create migration file and some htaccess are missing. Hope find a solution for it.

Cheers,

Robin

ellisv commented 9 years ago

Sorry, but this is incompatible with current update script. I've got a plan for next major version for console application to be standalone application which bootstraps OXID, which ofcourse will be installable via composer.

robinlehrmann commented 9 years ago

that's good. Thank you.