File: 0002-Drop-phar-update-dependency.patch

package info (click to toggle)
php-apigen 4.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 828 kB
  • ctags: 1,763
  • sloc: php: 7,026; makefile: 23; sh: 17
file content (27 lines) | stat: -rw-r--r-- 756 bytes parent folder | download
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
27
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Thu, 8 Jan 2015 21:15:03 -0400
Subject: Drop phar-update dependency
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

It’s only useful for self update, while the Debian package should be
updated via the usual package manager.

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

diff --git a/composer.json b/composer.json
index 3a4e743..b334c11 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,6 @@
 		"symfony/options-resolver": "~2.6.1",
 		"symfony/console": "~2.6",
 		"symfony/yaml": "~2.6",
-		"herrera-io/phar-update": "~2.0",
 
 		"apigen/theme-default": "~1.0.1",
 		"apigen/theme-bootstrap": "~1.1.2"