File: 0001-Ignore-the-executable-script.patch

package info (click to toggle)
php-nesbot-carbon 2.73.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,884 kB
  • sloc: php: 158,586; xml: 99; makefile: 33; sh: 14
file content (26 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (2)
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,