{ "name": "coollabsio/coolify", "description": "The Coolify project.", "license": "Apache-2.0", "type": "project", "keywords": [ "coolify", "deployment", "docker", "self-hosted", "server" ], "require": { "php": "^8.4", "danharrin/livewire-rate-limiting": "^2.1.0", "doctrine/dbal": "^4.2.2", "guzzlehttp/guzzle": "^7.9.2", "laravel/fortify": "^1.25.4", "laravel/framework": "^12.4.1", "laravel/horizon": "^5.30.3", "laravel/pail": "^1.2.2", "laravel/prompts": "^0.3.5|^0.3.5|^0.3.5", "laravel/sanctum": "^4.0.8", "laravel/socialite": "^5.18.0", "laravel/tinker": "^2.10.1", "laravel/ui": "^4.6.1", "lcobucci/jwt": "^5.5.0", "league/flysystem-aws-s3-v3": "^3.29", "league/flysystem-sftp-v3": "^3.29", "livewire/livewire": "^3.5.20", "log1x/laravel-webfonts": "^2.0.1", "lorisleiva/laravel-actions": "^2.8.6", "nubs/random-name-generator": "^2.2", "phpseclib/phpseclib": "^3.0.43", "pion/laravel-chunk-upload": "^1.5.4", "poliander/cron": "^3.2.1", "purplepixie/phpdns": "^2.2", "pusher/pusher-php-server": "^7.2.7", "resend/resend-laravel": "^0.17.0", "sentry/sentry-laravel": "^4.13", "socialiteproviders/authentik": "^5.2", "socialiteproviders/discord": "^4.2", "socialiteproviders/google": "^4.1", "socialiteproviders/infomaniak": "^4.0", "socialiteproviders/microsoft-azure": "^5.2", "spatie/laravel-activitylog": "^4.10.1", "spatie/laravel-data": "^4.13.1", "spatie/laravel-ray": "^1.39.1", "spatie/laravel-schemaless-attributes": "^2.5.1", "spatie/url": "^2.4", "stevebauman/purify": "^6.3", "stripe/stripe-php": "^16.5.1", "symfony/yaml": "^7.2.3", "visus/cuid2": "^4.1.0", "yosymfony/toml": "^1.0.4", "zircote/swagger-php": "^5.0.5" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.15.1", "driftingly/rector-laravel": "^2.0.2", "fakerphp/faker": "^1.24.1", "laravel/dusk": "^8.3.1", "laravel/pint": "^1.21", "laravel/telescope": "^5.5", "mockery/mockery": "^1.6.12", "nunomaduro/collision": "^8.6.1", "pestphp/pest": "^3.8.0", "phpstan/phpstan": "^2.1.6", "rector/rector": "^2.0.9", "serversideup/spin": "^3.0.2", "spatie/laravel-ignition": "^2.9.1", "symfony/http-client": "^7.2.3" }, "minimum-stability": "stable", "prefer-stable": true, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" }, "files": [ "bootstrap/includeHelpers.php" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "config": { "allow-plugins": { "pestphp/pest-plugin": true, "php-http/discovery": true }, "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "extra": { "laravel": { "dont-discover": [ "laravel/telescope" ] } }, "scripts": { "post-install-cmd": [ "cp -r 'hooks/' '.git/hooks/'", "php -r \"copy('hooks/pre-commit', '.git/hooks/pre-commit');\"", "php -r \"chmod('.git/hooks/pre-commit', 0777);\"" ], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force", "Illuminate\\Foundation\\ComposerScripts::postUpdate" ], "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] } }