{
    "name": "rector/spmb",
    "description": "SPMB",
    "license": "MIT",
    "type": "project",
    "homepage": "https://sekolahku.web.id",
    "require": {
        "php": "^8.5",
        "ext-ctype": "*",
        "ext-curl": "*",
        "ext-dom": "*",
        "ext-libxml": "*",
        "ext-mbstring": "*",
        "codeigniter4/framework": "^4.0",
        "tecnickcom/tcpdf": "^6.9"
    },
    "require-dev": {
        "fakerphp/faker": "^1.24",
        "mikey179/vfsstream": "^1.6",
        "phpunit/phpunit": "^10.5.16"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Config\\": "app/Config/"
        },
        "exclude-from-classmap": [
            "**/Database/Migrations/**"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\Support\\": "tests/_support"
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "scripts": {
        "test": "phpunit"
    }
}
