diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-26 06:56:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-26 06:56:59 +0200 |
commit | 5266ab3013d8a506ab40fb3e981f84d48d9e3a94 (patch) | |
tree | 0eb299bdc1b1c3162feeae7c8dfc3316beba1ccb | |
parent | e5d34269b4ebe0ca1e868326e842c0919f05734b (diff) |
v3.4.12 (from Fedora)
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-symfony3.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index f38c72f..8c7d87c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^5.5.9|>=7.0.8", "ext-xml": "*", - "doctrine/common": "~2.4", + "doctrine/common": "~2.4@stable", "fig/link-util": "^1.0", "twig/twig": "^1.35|^2.4.4", "psr/cache": "~1.0", diff --git a/php-symfony3.spec b/php-symfony3.spec index da40c8f..b6a3614 100644 --- a/php-symfony3.spec +++ b/php-symfony3.spec @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 3.4.11 -%global github_commit 8eb567d8398ce31a402ea8db3e6b5b1faf121cbc +%global github_version 3.4.12 +%global github_commit c36f8cb21b5f1661a14fdb8cef9cc611d54a3494 %global composer_vendor symfony %global composer_project symfony @@ -2802,6 +2802,9 @@ exit $RET # ############################################################################## %changelog +* Mon Jun 25 2018 Shawn Iwinski <shawn@iwin.ski> - 3.4.12-1 +- Update 3.4.12 + * Mon May 28 2018 Remi Collet <remi@remirepo.net> - 3.4.11-1 - update to 3.4.11 |