ec-europa/ec-reps-platform

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (4.0) of this package.

Modules, features and theme sourcecode for the reps platform

Installs: 8 222

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 22

Forks: 4

Open Issues: 0

pkg:composer/ec-europa/ec-reps-platform

4.0 2018-02-19 00:06 UTC

README

To incorporate the REPS platform into your subsite project you need to add the following to your resources/composer.json file:

{
    "require": {
        "ec-europa/ec-reps-platform": "~3.0"
    },
    "scripts": {
        "post-install-cmd": "vendor/ec-europa/ec-reps-platform/resources/install-reps-platform.sh",
        "post-update-cmd": "vendor/ec-europa/ec-reps-platform/resources/install-reps-platform.sh"
    }
}