From 892dfd3e696543a75d6a7298d66357674a164a48 Mon Sep 17 00:00:00 2001 From: flashwave <me@flash.moe> Date: Thu, 3 Apr 2025 14:46:13 +0000 Subject: [PATCH] Added suggest for ext-hrtime. --- VERSION | 2 +- composer.json | 3 ++- composer.lock | 12 ++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index 6189dc2..bfd1bea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2504.21040 +0.2504.31445 diff --git a/composer.json b/composer.json index c49ee61..01120f5 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ "ext-memcached": "Support for the Index\\Cache\\Memcached namespace (you should use this instead of ext-memcache).", "ext-redis": "Support for the Index\\Cache\\Valkey namespace.", "ext-mysqli": "Support for the Index\\Db\\MariaDb namespace (both mysqlnd and libmysql are supported).", - "ext-sqlite3": "Support for the Index\\Db\\Sqlite namespace." + "ext-sqlite3": "Support for the Index\\Db\\Sqlite namespace.", + "ext-hrtime": "Support for the Index\\Performance namespace." }, "authors": [ { diff --git a/composer.lock b/composer.lock index d683dea..65ef14c 100644 --- a/composer.lock +++ b/composer.lock @@ -1034,16 +1034,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "12.1.0", + "version": "12.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "d331a5ced3d9a2b917baa9841b2211e72f9e780d" + "reference": "05c33d01a856f9f62488d144bafddc3d7b7a4ebb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d331a5ced3d9a2b917baa9841b2211e72f9e780d", - "reference": "d331a5ced3d9a2b917baa9841b2211e72f9e780d", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/05c33d01a856f9f62488d144bafddc3d7b7a4ebb", + "reference": "05c33d01a856f9f62488d144bafddc3d7b7a4ebb", "shasum": "" }, "require": { @@ -1099,7 +1099,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.1.0" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.1.2" }, "funding": [ { @@ -1107,7 +1107,7 @@ "type": "github" } ], - "time": "2025-03-17T13:56:07+00:00" + "time": "2025-04-03T14:34:39+00:00" }, { "name": "phpunit/php-file-iterator",