File: fix_deps.patch

package info (click to toggle)
reactphp-cache 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: php: 250; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
From: Dominik George <natureshadow@debian.org>
Subject: Select one of the or'ed versions in dependencies
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
     "license": "MIT",
     "require": {
         "php": ">=5.3.0",
-        "react/promise": "~2.0|~1.1"
+        "react/promise": "~2.0"
     },
     "autoload": {
         "psr-4": { "React\\Cache\\": "src/" }