Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 465 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 465 Bytes

REPS Platform Instructions

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"
    }
}