am-impact / amnav

Navigation plugin for Craft
168 stars 20 forks source link

Add composer support #26

Closed boboldehampsink closed 9 years ago

boboldehampsink commented 9 years ago

You can add composer support by adding a composer.json with the following contents:

{
    "name": "am-impact/amnav",
    "description": "Navigation Plugin for Craft",
    "authors": [
        {
            "name": "Hubert Prein",
            "email": "h.prein@am-impact.nl"
        }
    ],
    "type": "craft-plugin",
    "require": {
        "composer/installers": "~1.0"
    }
}

Then you can submit your repo to Packagist. GitHub offers automatic packagist updating when you release a new version.

hubertprein commented 9 years ago

Thanks for the tip Bob! Added in the latest release.