From: Robin Gustafsson <robin@rgson.se>
Date: Wed, 15 Apr 2020 21:43:21 +0200
Subject: Ignore the executable script

We're not packaging the executable. Removing it from composer.json
avoids the php-cli dependency otherwise added by dh_phpcomposer.

Forwarded: not-needed
---
 composer.json | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/composer.json b/composer.json
index c7ca2de..813751f 100644
--- a/composer.json
+++ b/composer.json
@@ -74,9 +74,6 @@
             "tests/Laravel/ServiceProvider.php"
         ]
     },
-    "bin": [
-        "bin/carbon"
-    ],
     "config": {
         "allow-plugins": {
             "phpstan/extension-installer": true,
