summaryrefslogtreecommitdiffstats
path: root/php-symfony3-pr23934.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-symfony3-pr23934.patch')
-rw-r--r--php-symfony3-pr23934.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/php-symfony3-pr23934.patch b/php-symfony3-pr23934.patch
new file mode 100644
index 0000000..fd9fa83
--- /dev/null
+++ b/php-symfony3-pr23934.patch
@@ -0,0 +1,21 @@
+From ace9db6f6e2d1f1deda19b301352b85da930bec7 Mon Sep 17 00:00:00 2001
+From: Shawn Iwinski <siwinski@redhat.com>
+Date: Fri, 18 Aug 2017 13:54:20 -0400
+Subject: [PATCH] [Console] Add "symfony/polyfill-php70" to require-dev
+
+---
+ src/Symfony/Component/Console/composer.json | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/Symfony/Component/Console/composer.json b/src/Symfony/Component/Console/composer.json
+index 415b9e096d2..4b8d9f20fa9 100644
+--- a/src/Symfony/Component/Console/composer.json
++++ b/src/Symfony/Component/Console/composer.json
+@@ -26,6 +26,7 @@
+ "symfony/event-dispatcher": "~2.8|~3.0",
+ "symfony/dependency-injection": "~3.3",
+ "symfony/filesystem": "~2.8|~3.0",
++ "symfony/polyfill-php70": "~1.0",
+ "symfony/process": "~2.8|~3.0",
+ "psr/log": "~1.0"
+ },