File: 0007-allow-newer-font-lib

package info (click to toggle)
php-dompdf 0.6.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 4,208 kB
  • ctags: 5,137
  • sloc: php: 19,618; makefile: 39; sh: 13
file content (15 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Set proper dependency for php-font-lib
Author: Markus Frosch <lazyfrosch@debian.org>
Last-Update: 2016-02-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/composer.json
+++ b/composer.json
@@ -18,6 +18,6 @@
         "classmap": ["include/"]
     },
     "require": {
-        "phenx/php-font-lib": "0.2.*"
+        "phenx/php-font-lib": "~0.2"
     }
 }