File: 0004-Don-t-Hardwire-PHPParser.patch

package info (click to toggle)
phpdox 0.8.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,376 kB
  • ctags: 2,505
  • sloc: xml: 51,137; php: 8,771; makefile: 19
file content (23 lines) | stat: -rw-r--r-- 692 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, 8 May 2015 11:44:04 -0400
Subject: =?utf-8?q?Don=E2=80=99t_Hardwire_PHPParser?=

Forwared: no
Origin: upstream, https://github.com/theseer/phpdox/commit/c264bd7070a204d215be6ae8b38d910276ebed96
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index ddda90a..c3c6a69 100644
--- a/composer.json
+++ b/composer.json
@@ -24,7 +24,7 @@
     "theseer/directoryscanner" : ">=1.3.0",
     "theseer/fxsl" : ">=1.1",
     "phpunit/php-timer" : ">=1.0.6",
-    "nikic/php-parser" : "=1.3.0"
+    "nikic/php-parser" : "^1.3.0"
   },
   "autoload": {
     "classmap": [