From 827322b56755619103c9b7ab20cb75bc77e61adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Sat, 10 Dec 2022 22:30:10 +0100 Subject: [PATCH] Let's go! Another try --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d738b62de43..5ddd0691ca5 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "clue/ndjson-react": "^1.0", "composer/ca-bundle": "^1.2", "composer/xdebug-handler": "^3.0.3", - "fidry/cpu-core-counter": "^0.3.1", + "fidry/cpu-core-counter": "^0.4.0", "hoa/compiler": "3.17.08.08", "hoa/exception": "^1.0", "hoa/regex": "1.17.01.13", diff --git a/composer.lock b/composer.lock index 0f21fb67f16..e6708f7ab56 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": "029f6066fb32afd9591e0be161f3d2d3", + "content-hash": "527711a596fb0d4639393d90d1efd0eb", "packages": [ { "name": "clue/ndjson-react", @@ -332,16 +332,16 @@ }, { "name": "fidry/cpu-core-counter", - "version": "0.3.1", + "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/theofidry/cpu-core-counter.git", - "reference": "b7efb3865ce3030b7f4b370187756915483b2c4e" + "reference": "666cb04a02f2801f3b19955fc23c824f9018bf64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/b7efb3865ce3030b7f4b370187756915483b2c4e", - "reference": "b7efb3865ce3030b7f4b370187756915483b2c4e", + "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/666cb04a02f2801f3b19955fc23c824f9018bf64", + "reference": "666cb04a02f2801f3b19955fc23c824f9018bf64", "shasum": "" }, "require": { @@ -381,7 +381,7 @@ ], "support": { "issues": "https://github.com/theofidry/cpu-core-counter/issues", - "source": "https://github.com/theofidry/cpu-core-counter/tree/0.3.1" + "source": "https://github.com/theofidry/cpu-core-counter/tree/0.4.0" }, "funding": [ { @@ -389,7 +389,7 @@ "type": "github" } ], - "time": "2022-12-08T11:55:30+00:00" + "time": "2022-12-10T21:26:31+00:00" }, { "name": "fig/http-message-util",