summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-02-22 11:40:57 +0100
committerRemi Collet <remi@remirepo.net>2021-02-22 11:40:57 +0100
commit4aa30fa9a7285897b6943081454c018839d6ec73 (patch)
tree2747f9cb0f4d8a026c28931b68db7a8a8ad8a318 /composer.json
parent1ef66759f84d80e1b952f41737505c9597fbd0db (diff)
update to 5.4.4 (no change)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
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": {