{
    "name": "plannr/laravel-fast-refresh-database",
    "description": "Refresh your database faster than you've ever seen before 🚀",
    "license": "MIT",
    "type": "library",
    "authors": [
        {
            "name": "Sam Carré",
            "email": "29132017+Sammyjo20@users.noreply.github.com"
        }
    ],
    "require": {
        "php": "^8.1",
        "symfony/process": "^6.0 || ^7.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.13",
        "orchestra/testbench": "^9.0"
    },
    "minimum-stability": "stable",
    "autoload": {
        "psr-4": {
            "Plannr\\Laravel\\FastRefreshDatabase\\": "src/"
        }
    },
    "scripts": {
        "fix-code": [
            "./vendor/bin/php-cs-fixer fix"
        ]
    }
}
