File: 0003-Drop-use-of-unhandled-v1-v2-version-by-pkg-php-tools.patch

package info (click to toggle)
php-amqplib 2.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,496 kB
  • sloc: php: 11,225; makefile: 51; sh: 28
file content (23 lines) | stat: -rw-r--r-- 628 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
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Fri, 28 Feb 2020 09:37:27 -1000
Subject: =?utf-8?q?Drop_use_of_unhandled_=E2=80=9Cv1_-_v2=E2=80=9C_version_?=
 =?utf-8?q?by_pkg-php-tools?=

---
 composer.json | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/composer.json b/composer.json
index 3d7b080..3476b3d 100644
--- a/composer.json
+++ b/composer.json
@@ -40,9 +40,6 @@
         "squizlabs/php_codesniffer": "^2.5",
         "nategood/httpful": "^0.2.20"
     },
-    "conflict": {
-        "php": "7.4.0 - 7.4.1"
-    },
     "autoload": {
         "psr-4": {
             "PhpAmqpLib\\": "PhpAmqpLib/"