From 4aa30fa9a7285897b6943081454c018839d6ec73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Feb 2021 11:40:57 +0100 Subject: update to 5.4.4 (no change) --- composer.json | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'composer.json') 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": { -- cgit