mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 21:55:54 +00:00
first commit
This commit is contained in:
48
composer.json
Normal file
48
composer.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user