From d01388e5140be8c9fb613f6c0172d1d09c1ab9e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Oct 2022 16:41:52 +0200 Subject: update to 3.12.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 01f09da..968425c 100644 --- a/composer.json +++ b/composer.json @@ -43,8 +43,8 @@ "phpspec/prophecy": "^1.15", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", - "phpunitgoodpractices/polyfill": "^1.5", - "phpunitgoodpractices/traits": "^1.9.1", + "phpunitgoodpractices/polyfill": "^1.6", + "phpunitgoodpractices/traits": "^1.9.2", "symfony/phpunit-bridge": "^6.0", "symfony/yaml": "^5.4 || ^6.0" }, -- cgit