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

Add Composer installation option #9

@MattyBalaam

Description

@MattyBalaam

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions