1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
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 ccd2a2c..f757cb2 100644
--- a/composer.json
+++ b/composer.json
@@ -79,9 +79,6 @@
"tests/Laravel/ServiceProvider.php"
]
},
- "bin": [
- "bin/carbon"
- ],
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
|