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