diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-10 09:25:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-10 09:25:02 +0200 |
commit | bc2b875f86de84c393c089073823f0a5393a39fb (patch) | |
tree | c68095d8e6beb2474852bb112babb6a349a5dbe6 | |
parent | 3c63d247dcef1935c0edc43909444f1f021de7de (diff) |
update to 2.3.2
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-doctrine-doctrine-bundle2.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index a987346..fb87cb2 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "symfony/phpunit-bridge": "^5.2", "symfony/property-info": "^4.3.3|^5.0", "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0", - "symfony/security-bundle": "^4.4|5.0", + "symfony/security-bundle": "^4.4|^5.0", "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0", "symfony/validator": "^3.4.30|^4.3.3|^5.0", "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0", diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec index 2baa1c6..9a7cbe9 100644 --- a/php-doctrine-doctrine-bundle2.spec +++ b/php-doctrine-doctrine-bundle2.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name DoctrineBundle -%global github_version 2.3.1 -%global github_commit a08bc3b4d8567cdff05e89b272ba1e06e9d71c21 +%global github_version 2.3.2 +%global github_commit d6b3c37804539a24ba8a7d647a6144cab2f13242 %global major 2 %global composer_vendor doctrine @@ -327,6 +327,9 @@ exit $RETURN_CODE %changelog +* Mon May 10 2021 Remi Collet <remi@remirepo.net> - 2.3.2-1 +- update to 2.3.2 + * Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 2.3.1-1 - update to 2.3.1 |