{
    "name": "my_namespace/my_project",
    "description": "",
    "type": "app",
    "license": "MIT",
    "authors": [

    ],
    "minimum-stability": "dev",
    "require": {
        "php": "^8.2",
        "ext-apcu": "*",
        "ext-json": "*",
        "league/route": "^5.0.0-dev",
        "laminas/laminas-diactoros": "2.24.x-dev",
        "laminas/laminas-httphandlerrunner": "2.5.x-dev",
        "vlucas/phpdotenv": "^3.4@dev",
        "middlewares/whoops": "dev-master",
        "ralouphie/getallheaders": "dev-master",
        "mcnd/dump": "dev-master",
        "mcnd/storage": "dev-master",
        "mcnd/event": "dev-master",
        "mcnd/ulmus": "dev-master",
        "mcnd/ulmus-api": "dev-master",
        "mcnd/ulmus-user": "dev-master",
        "mcnd/picea": "dev-master",
        "mcnd/picea-ui": "dev-master",
        "mcnd/picea-asset": "dev-master",
        "mcnd/cronard": "dev-master",
        "mcnd/lean-console": "dev-master",
        "mcnd/kash": "dev-master",
        "mcnd/taxus": "dev-master",
        "mcnd/notes": "dev-master",
        "mcnd/thebugs": "dev-master",
        "mcnd/negundo-client": "dev-master"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/cronard.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/dump.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/storage.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/lean.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/lean-console.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/ulmus.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/ulmus-api.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/ulmus-user.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/ulmus-api-gitea.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/picea.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/storage.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/picea-ui.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/picea-asset.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/notes.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/the-bugs.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/tell.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/taxus.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/dump.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/kash.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/event.git"
        },
        {
            "type": "vcs",
            "url": "https://git.mcnd.ca/mcndave/negundo-client.git"
        }
    ],
    "autoload": {
        "psr-4": {
            "MyProject\\Namespace": "src/"
        }
    },
    "scripts": {
        "post-install-cmd": [
            "Lean\\Composer::postInstall"
        ],
        "post-update-cmd": [
            "Lean\\Composer::postUpdate"
        ]
    },
    "extra" : {
        "lean" : {
            "autoload": {
                "definitions" : [
                    "meta/definitions/definitions.php",
                    "meta/definitions/storage.php",
                    "meta/definitions/security.php",
                    "meta/definitions/auth.php",
                    "meta/definitions/env.php"
                ],
                "config" : [
                    "meta/config.php"
                ]
            }
        }
    }
}