mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 05:35:54 +00:00
Improve dependency management
This commit is contained in:
1
box.json
1
box.json
@@ -10,6 +10,7 @@
|
||||
"composer.json"
|
||||
],
|
||||
"exclude-composer-files": false,
|
||||
"exclude-dev-files": false,
|
||||
"compression": "GZ",
|
||||
"compactors": [
|
||||
"KevinGH\\Box\\Compactor\\Php",
|
||||
|
||||
BIN
builds/bunny
BIN
builds/bunny
Binary file not shown.
@@ -17,13 +17,13 @@
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.4|^8.0",
|
||||
"ext-json": "*",
|
||||
"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"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel-zero/phar-updater": "^1.0.6",
|
||||
"mockery/mockery": "^1.4.3",
|
||||
"pestphp/pest": "^1.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user