summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-05 08:12:09 +0100
committerRemi Collet <remi@remirepo.net>2017-12-05 08:12:09 +0100
commit5fdc030a7aff038260cbef35d04a283db7aa5c2a (patch)
tree658ead8215bd79393945f0418543c307b234ca24
parentea80735d5763db78896f65c8e4a881bf03bac9fd (diff)
v2.8.32
-rw-r--r--composer.json2
-rw-r--r--php-symfony.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 25ee724..ac77cba 100644
--- a/composer.json
+++ b/composer.json
@@ -87,7 +87,7 @@
"doctrine/doctrine-bundle": "~1.2",
"monolog/monolog": "~1.11",
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",
- "symfony/phpunit-bridge": "~3.2",
+ "symfony/phpunit-bridge": "~3.4|~4.0",
"egulias/email-validator": "~1.2,>=1.2.1",
"phpdocumentor/reflection": "^1.0.7",
"sensio/framework-extra-bundle": "^3.0.2"
diff --git a/php-symfony.spec b/php-symfony.spec
index 6464b1a..c9a62e9 100644
--- a/php-symfony.spec
+++ b/php-symfony.spec
@@ -13,8 +13,8 @@
%global github_owner symfony
%global github_name symfony
-%global github_version 2.8.31
-%global github_commit fa9fa59d7bf9d5c73a264d348f0da793cafdc73c
+%global github_version 2.8.32
+%global github_commit 0efa80d0a01f60e28ae5800c94d6288239cefefe
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global composer_vendor symfony
@@ -2584,6 +2584,9 @@ done
# ##############################################################################
%changelog
+* Tue Dec 5 2017 Remi Collet <remi@remirepo.net> - 2.8.32-1
+- Update to 2.8.32
+
* Fri Nov 17 2017 Remi Collet <remi@remirepo.net> - 2.8.31-1
- Update to 2.8.31