Skip to content

Composer-like installation procedure, composer.json #1

@ghost

Description

It would be great to have the library installable via composer, to ease the installation in projects reusing the library.

E.g. being able to bootstrap a project by simply adding a composer.json file containing

{
    "require": {
        "php": ">=5.3.10",
        "mangos/dbc": ">=1.0"
    }
}

would be awesome.

Also, the library needs to be registered on Packagist.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions