{
    "name": "plank/laravel-metable",
    "description": "A package for attaching arbitrary data to Eloquent models",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Sean Fraser",
            "email": "sean@plankdesign.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Plank\\Metable\\": "src/"
        }
    },
    "require": {
        "php": ">=8.1",
        "ext-json": "*",
        "illuminate/support": "^10.48.25|^11.34.0",
        "illuminate/database": "^10.48.25|^11.34.0",
        "phpoption/phpoption": "^1.9.3"
    },
    "require-dev": {
        "laravel/legacy-factories": "^1.4.0",
        "orchestra/testbench": "^9.0",
        "phpunit/phpunit": "^10.5",
        "guzzlehttp/guzzle": "^7.9",
        "guzzlehttp/promises": "^1.5",
        "mockery/mockery": "^1.6.0",
        "nesbot/carbon" : "^2.72.0",
        "php-coveralls/php-coveralls": "^2.7.0"
    },
    "autoload-dev":{
        "psr-4": {
            "Plank\\Metable\\Tests\\" : "tests/"
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "extra": {
        "laravel": {
            "providers": [
                "Plank\\Metable\\MetableServiceProvider"
            ]
        }
    }
}
