ryancramerdesign / ProcessExportProfile

Creates a site profile that can be used to install a new copy of ProcessWire.
http://processwire.com
20 stars 6 forks source link

Add composer.json to support composer installation #3

Closed harikt closed 9 years ago

harikt commented 10 years ago

If you add this composer.json .

People can add a composer.json in root and add

{
    "minimum-stability": "dev",
    "require": {
       "ryancramerdesign/process-export-profile": "dev-master"
    }
}

If "minimum-stability": "dev", is added it will check whether the package is stable of type.

php composer.phar update

Thoughts ?