{ "name": "own3d/bunny-cli", "description": "Replicate and store your files to the edge!", "keywords": ["bunny", "cdn", "console", "cli"], "homepage": "https://github.com/ghostzero/bunny-cli", "type": "project", "license": "Apache-2.0", "support": { "issues": "https://github.com/ghostzero/bunny-cli/issues", "source": "https://github.com/ghostzero/bunny-cli" }, "authors": [ { "name": "René Preuß", "email": "rene@preuss.io" } ], "require": { "php": "^7.4|^8.0", "ext-json": "*" }, "require-dev": { "guzzlehttp/guzzle": "^7.0", "laminas/laminas-text": "^2.8", "laravel-zero/framework": "^8.8", "laravel-zero/phar-updater": "^1.0.6", "mockery/mockery": "^1.4.3", "pestphp/pest": "^1.3" }, "autoload": { "psr-4": { "App\\": "app/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true }, "minimum-stability": "dev", "prefer-stable": true, "bin": ["builds/bunny"] }