{
    "name": "kamu/framework",
    "description": "The Kamu Framework.",
    "keywords": [
        "framework",
        "kamu"
    ],
    "license": "MIT",
    "homepage": "https://github.com/dewanakl/framework",
    "support": {
        "issues": "https://github.com/dewanakl/framework/issues",
        "source": "https://github.com/dewanakl/framework"
    },
    "authors": [
        {
            "name": "Dewana Kretarta Lokeswara",
            "email": "dewanakretarta29@gmail.com"
        }
    ],
    "require": {
        "php": "^8.1",
        "ext-openssl": "*",
        "psr/clock": "^1.0",
        "psr/container": "^2.0",
        "psr/event-dispatcher": "^1.0",
        "ramsey/uuid": "^4.9"
    },
    "require-dev": {
        "fakerphp/faker": "^1.23",
        "psy/psysh": "^0.11.22",
        "phpstan/phpstan": "^1.10",
        "phpunit/phpunit": "^10"
    },
    "autoload": {
        "files": [
            "src/helpers/helpers.php"
        ],
        "psr-4": {
            "Core\\": "src/Core/"
        }
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}