From 70ef3a620f7c26d6924bd247f29af53c87505f24 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Jun 2022 11:51:31 +0200 Subject: update to 2.12.3 --- composer.json | 4 ++-- php-doctrine-orm.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5b18a8f..a2f2531 100644 --- a/composer.json +++ b/composer.json @@ -42,10 +42,10 @@ "doctrine/annotations": "^1.13", "doctrine/coding-standard": "^9.0", "phpbench/phpbench": "^0.16.10 || ^1.0", - "phpstan/phpstan": "~1.4.10 || 1.6.3", + "phpstan/phpstan": "~1.4.10 || 1.7.13", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psr/log": "^1 || ^2 || ^3", - "squizlabs/php_codesniffer": "3.6.2", + "squizlabs/php_codesniffer": "3.7.0", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", "vimeo/psalm": "4.23.0" diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index f283039..5a595b7 100644 --- a/php-doctrine-orm.spec +++ b/php-doctrine-orm.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name orm -%global github_version 2.12.2 -%global github_commit 8291a7f09b12d14783ed6537b4586583d155869e +%global github_version 2.12.3 +%global github_commit c05e1709e9ffb9abe8d37260a78975cc816ee385 %global composer_vendor doctrine %global composer_project orm @@ -416,6 +416,9 @@ exit $RETURN_CODE %changelog +* Fri Jun 17 2022 Remi Collet - 2.12.3-1 +- update to 2.12.3 + * Tue May 3 2022 Remi Collet - 2.12.2-1 - update to 2.12.2 - allow doctrine/deprecations 1 -- cgit