misuzu/README.md

494 B

Misuzu

Misuzu can and will steal your lunch money.

Requirements

Working on Index

Because Index is now served through Packagist, in order to work on it in tandem with Misuzu you'll have to use a composer.local.json file:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "/path/to/local/repo"
        }
    ],
    "require": {
        "flashwave/index": "dev-master"
    }
}