{
    "name": "nucleo/integration-hub",
    "description": "Enterprise ITSM Integration Middleware Platform",
    "keywords": [
        "itsm",
        "integration",
        "middleware",
        "enterprise",
        "workflow",
        "rabbitmq",
        "queue",
        "api"
    ],
    "license": "proprietary",
    "type": "project",
    "require": {
        "php": "^8.3",
        "laravel/framework": "^12.0",
        "laravel/tinker": "^2.8",
        "laravel/sanctum": "^4.0",
        "laravel/horizon": "^5.25",
        "laravel/queue": "^12.0",
        "predis/predis": "^2.2",
        "php-amqplib/php-amqplib": "^3.6",
        "amir/laravel-queue-rabbitmq": "^14.0",
        "spatie/laravel-permission": "^7.2",
        "spatie/laravel-audit-log": "^4.3",
        "spatie/laravel-sluggable": "^3.0",
        "spatie/laravel-enum": "^3.0",
        "guzzlehttp/guzzle": "^7.8",
        "tymon/jwt-auth": "^2.1",
        "darkaonuk/l5-swagger": "^8.6",
        "barryvdh/laravel-cors": "^2.0.1",
        "barryvdh/laravel-ide-helper": "^3.0",
        "doctrine/dbal": "^3.7",
        "league/csv": "^9.10",
        "maatwebsite/excel": "^3.1",
        "pusher/pusher-http-laravel": "^7.2",
        "symfony/thanks": "^1.11",
        "laravel/pint": "^1.13",
        "phpstan/phpstan": "^1.10"
    },
    "require-dev": {
        "fakerphp/faker": "^1.23",
        "laravel/sail": "^1.26",
        "mockery/mockery": "^1.6",
        "nunomaduro/collision": "^8.0",
        "nunomaduro/phpinsights": "^2.11",
        "phpstan/extension-installer": "^1.3",
        "phpstan/phpstan-laravel": "^1.10",
        "phpunit/phpunit": "^11.0",
        "spatie/laravel-ray": "^1.32"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi"
        ],
        "post-update-cmd": [
            "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
        ],
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate --ansi",
            "@php artisan jwt:secret --ansi"
        ],
        "pint": "pint",
        "test": "phpunit",
        "test-coverage": "phpunit --coverage-html=coverage",
        "stan": "phpstan analyse",
        "insights": "phpinsights analyse"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "php-http/discovery": true,
            "symfony/thanks": true,
            "phpstan/extension-installer": true
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
