{
    "name": "laragear/meta-model",
    "description": "Let other developers customize your package model and migrations",
    "type": "library",
    "license": "MIT",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "keywords": [
        "laravel",
        "model",
        "database",
        "eloquent"
    ],
    "authors": [
        {
            "name": "Italo Israel Baeza Cabrera",
            "email": "DarkGhostHunter@Gmail.com",
            "role": "Developer",
            "homepage": "https://github.com/sponsors/DarkGhostHunter"
        }
    ],
    "support": {
        "source": "https://github.com/Laragear/MetaModel",
        "issues": "https://github.com/Laragear/MetaModel/issues"
    },
    "require": {
        "php": "^8.3",
        "illuminate/contracts": "12.*|13.*",
        "illuminate/container": "12.*|13.*",
        "illuminate/database": "12.*|13.*"
    },
    "require-dev": {
        "phpunit/phpunit": "12.*|13.*",
        "mockery/mockery": "^1.6"
    },
    "autoload": {
        "psr-4": {
            "Laragear\\MetaModel\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit --coverage-clover build/logs/clover.xml",
        "test-coverage": "vendor/bin/phpunit --coverage-html coverage"
    },
    "config": {
        "sort-packages": true
    },
    "funding": [
        {
            "type": "Github Sponsorship",
            "url": "https://github.com/sponsors/DarkGhostHunter"
        },
        {
            "type": "Paypal",
            "url": "https://paypal.me/darkghosthunter"
        }
    ]
}
