{
    "name": "bpuig/laravel-subby",
    "description": "Laravel Subby is a flexible plans and subscription management system for Laravel.",
    "type": "library",
    "keywords": [
        "plan",
        "value",
        "laravel",
        "feature",
        "database",
        "recurring",
        "subscription"
    ],
    "license": "MIT",
    "support": {
        "issues": "https://github.com/bpuig/laravel-subby/issues",
        "source": "https://github.com/bpuig/laravel-subby",
        "docs": "https://github.com/bpuig/laravel-subby/blob/master/README.md"
    },
    "authors": [
        {
            "name": "Borja Puig"
        }
    ],
    "require": {
        "php": "^8.2",
        "laravel/framework": "^11.0",
        "doctrine/dbal": "^2.13.3|^3.1.4"
    },
    "require-dev": {
        "illuminate/console": "^9.0|^10.0",
        "illuminate/container": "^9.0|^10.0",
        "phpunit/phpunit": "^9.5.8|^10.0",
        "orchestra/testbench": "^7.0|^8.0"
    },
    "autoload": {
        "psr-4": {
            "Lobage\\Planify\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Lobage\\Planify\\Tests\\": "tests",
            "Lobage\\Planify\\Tests\\Database\\Factories\\": "tests/Database/Factories"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    },
    "config": {
        "sort-packages": true,
        "preferred-install": "dist",
        "optimize-autoloader": true
    },
    "extra": {
        "laravel": {
            "providers": [
                "Lobage\\Planify\\SubbyServiceProvider"
            ]
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
