picocms / Pico

Pico is a stupidly simple, blazing fast, flat file CMS.
http://picocms.org/
MIT License
3.81k stars 615 forks source link

[ENHANCEMENT] Add to Packagist.org #101

Closed hassankhan closed 9 years ago

hassankhan commented 10 years ago

All you need to do is go here and signup and add the repo. Would make it a lot easier to install :smile:

eschwartz commented 9 years ago

Any update on this? This seems kind of critical for a php library...

eschwartz commented 9 years ago

FYI: If anyone is having trouble installing Pico with composer, add this to your composer.json:

    "repositories": [
        {
            "url": "https://github.com/picocms/Pico.git",
            "type": "git"
        }
    ]

That will tell composer to look at this github repo for the package (instead of just on packagist).