File: fix-composer-versions.diff

package info (click to toggle)
php-respect-validation 1.1.29-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,416 kB
  • sloc: php: 25,221; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Add patch to make composer versions unique
Author: Dominik George <natureshadow@debian.org>

--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
         "symfony/polyfill-mbstring": "^1.2"
     },
     "require-dev": {
-        "egulias/email-validator": "~1.2 || ~2.1",
+        "egulias/email-validator": "~2.1",
         "mikey179/vfsStream": "^1.5",
         "phpunit/phpunit": "~4.0",
         "symfony/validator": "~2.6.9",