Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 295 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 295 Bytes

Put this in your composer.json

{
    "require": {
        "athenaspa/easycountry": "dev-master"
    },
    "repositories": [{
        "type": "git",
        "url": "https://github.com/athenaspa/easycountry.git"
    }],
    "config": {
        "vendor-dir": "vendors"
    }
}