From e5bf714c1e6b45b881f3c8990b0cb82f1b232625 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Thu, 2 Nov 2023 12:38:21 +0100 Subject: [PATCH] Allow `fidry/cpu-core-counter` v1 (#1893) --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c2341045a..0be910fcd 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "composer-runtime-api": "^2.0", "colinodell/json5": "^2.2", "composer/xdebug-handler": "^2.0 || ^3.0", - "fidry/cpu-core-counter": "^0.4.0 || ^0.5.0", + "fidry/cpu-core-counter": "^0.4.0 || ^0.5.0 || ^1.0", "infection/abstract-testframework-adapter": "^0.5.0", "infection/extension-installer": "^0.1.0", "infection/include-interceptor": "^0.2.5", diff --git a/composer.lock b/composer.lock index 748b40dab..bd2e64f69 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3a4ace232370f20bb592791f6282d278", + "content-hash": "845de216d13fc307dd07953867d99f39", "packages": [ { "name": "colinodell/json5",