File: 0001-Workaround-dh_phpcomposer-parsing-issue.patch

package info (click to toggle)
php-nette-schema 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: php: 933; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 492 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
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Sun, 3 Sep 2023 12:33:20 +0530
Subject: Workaround dh_phpcomposer parsing issue

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

diff --git a/composer.json b/composer.json
index a230675..da9dc2b 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
 		}
 	],
 	"require": {
-		"php": "8.1 - 8.5",
+		"php": ">=8.1 <=8.5",
 		"nette/utils": "^4.0"
 	},
 	"require-dev": {