File: 01_add_php_dependency_in_composer.json.patch

package info (click to toggle)
php-psr-log 1.0.0-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 128 kB
  • sloc: php: 199; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Adds a depenence on php5 inside composer.json, waiting for #737752 get fixed.
Author: François-Régis Vuillemin <frv-debian@miradou.com>

---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/composer.json
+++ b/composer.json
@@ -13,5 +13,8 @@
         "psr-0": {
             "Psr\\Log\\": ""
         }
+    },
+    "require" : {
+        "php" : ">=5.3.4"
     }
 }