This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
misuzu-interim/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"
    }
}