mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 13:45:54 +00:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "ghostzero/bunny",
|
|
"description": "The Laravel Zero Framework.",
|
|
"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": "*",
|
|
"guzzlehttp/guzzle": "^7.0",
|
|
"laminas/laminas-text": "^2.8",
|
|
"laravel-zero/framework": "^8.8",
|
|
"laravel-zero/phar-updater": "^1.0.6"
|
|
},
|
|
"require-dev": {
|
|
"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"]
|
|
}
|