Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.

Add Composer installation option #9

Open
MattyBalaam opened this issue Nov 21, 2012 · 1 comment
Open

Add Composer installation option #9

MattyBalaam opened this issue Nov 21, 2012 · 1 comment

Comments

@MattyBalaam
Copy link
Contributor

For some overview: https://groups.google.com/d/msg/silverstripe-dev/kHsCR2llQHQ/mLu_3yJNDuUJ

What needs to be done is creating a Composer.JSON file in the root of your module:

{
    "name": "silverstripe/foo_project_name",
    "description": "foo_description",
    "type": "silverstripe-module",
    "keywords": ["silverstripe", "foo", "bar"],
    "authors": [
    {
        "name": "Foo Bar",
        "email": "foo@bar.com"
    }
    ],

    "require":
    {
        "silverstripe/framework": "3.*"
    }
}

And then submitting to https://packagist.org/packages/silverstripe/

@MrJamesEllis
Copy link
Member

Nice one, thanks for the headsup. It's on our todo list.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants