File: update-composer.patch

package info (click to toggle)
php-console-commandline 1.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: php: 1,394; xml: 166; sh: 5; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Guilhem Moulin <guilhem@debian.org>
Date: Tue, 11 Jan 2022 17:17:17 +0100
Subject: Update PHP PEAR dependencies.

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

diff --git a/composer.json b/composer.json
index f685004..065ea32 100644
--- a/composer.json
+++ b/composer.json
@@ -19,7 +19,6 @@
     ],
     "require": {
         "php": ">=5.3.0",
-        "pear/pear_exception": "^1.0.0",
         "ext-dom": "*",
         "ext-xml": "*"
     },