diff options
| author | Remi Collet <remi@remirepo.net> | 2020-08-31 08:56:07 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-08-31 08:56:07 +0200 | 
| commit | 2eed50280adb2cc000e472464723166c12df8470 (patch) | |
| tree | cde0b53c4e2f551878096fb7d806f3ed9a4fc647 | |
| parent | f5f112d603d85e6ef66802708711325dae12001e (diff) | |
update to 3.4.44
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-symfony3.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
| diff --git a/composer.json b/composer.json index 5bc6183..565d5f2 100644 --- a/composer.json +++ b/composer.json @@ -98,7 +98,7 @@          "ocramius/proxy-manager": "~0.4|~1.0|~2.0",          "predis/predis": "~1.0",          "egulias/email-validator": "~1.2,>=1.2.8|~2.0", -        "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0", +        "symfony/phpunit-bridge": "^5.2",          "symfony/security-acl": "~2.8|~3.0",          "phpdocumentor/reflection-docblock": "^3.0|^4.0"      }, diff --git a/php-symfony3.spec b/php-symfony3.spec index 276dc16..0eb7fe8 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.43 -%global github_commit    21e652ffdb8c908c8606f923b903be5b8af21e01 +%global github_version   3.4.44 +%global github_commit    d7f1e2c7603cfa200c8e745c24dd3be4c2178b03  %global composer_vendor  symfony  %global composer_project symfony @@ -40,7 +40,7 @@  # "doctrine/common": "~2.4"  %global doctrine_common_min_ver 2.4  %global doctrine_common_max_ver 3.0 -# "doctrine/data-fixtures": "1.0.*" +# "doctrine/data-fixtures": "^1.1"  # ignore max version  %global doctrine_datafixtures_min_ver 1.1.0  %global doctrine_datafixtures_max_ver 2 @@ -2875,6 +2875,9 @@ exit $RET  # ##############################################################################  %changelog +* Mon Aug 31 2020 Remi Collet <remi@remirepo.net> - 3.4.44-1 +- update to 3.4.44 +  * Fri Jul 24 2020 Remi Collet <remi@remirepo.net> - 3.4.43-1  - update to 3.4.43  - raise dependency on doctrine/data-fixtures 1.1 | 
