diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/composer.json b/composer.json index 4edbc82..06575eb 100644 --- a/composer.json +++ b/composer.json @@ -31,9 +31,6 @@ "symfony/serializer": "^4.4|^5.0", "symfony/stopwatch": "^4.4|^5.0" }, - "require-dev": { - "humbug/box": "^3.7" - }, "authors": [ { "name": "Laurent Laville", @@ -60,18 +57,6 @@ "Bartlett\\Tests\\CompatInfo\\": "tests/" } }, - "scripts": { - "compile-box": "box compile", - "post-install-cmd": [ - "@compile-box" - ], - "post-update-cmd": [ - "@compile-box" - ] - }, - "scripts-descriptions": { - "compile-box": "Compiles application with box-project/box to build PHAR version" - }, "minimum-stability": "dev", "prefer-stable": true, "config": { |