cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
124 stars 67 forks source link

use composer to handle dependencies #195

Closed cbleek closed 8 years ago

cbleek commented 8 years ago

The goal of this task is to be able to create a YAWIK instance by:

composer create-project cross-solution/yawik MyYawik

This should install the YAWIK installation into a MyYawik directory.

Additional Modules should be installed by eg.

composer require cross-solution/yawik-company-registration

or removed by

composer remove cross-solution/yawik-company-registration

Drupal shows how to do it: https://github.com/drupal-composer/drupal-project

cbleek commented 8 years ago

We've send a pull request to the composer/installers project

https://github.com/composer/installers/pull/296

cbleek commented 8 years ago

our pull request was merged

https://github.com/composer/installers/pull/320