{
    "name": "criazo/marketing-agency",
    "type": "project",
    "description": "Criazo Digital Marketing Agency Website",
    "keywords": ["digital marketing", "agency", "criazo"],
    "license": "proprietary",
    "require": {
        "php": "^8.1",
        "laravel/framework": "^10.0",
        "minishlink/web-push": "^9.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/"
        }
    },
    "scripts": {
        "serve": "php artisan serve --host=127.0.0.1 --port=3003"
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "platform": {"php": "8.2.0"}
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
