From d06c1058657f4d62363e8e53811359a5acb23a23 Mon Sep 17 00:00:00 2001
From: flashwave <me@flash.moe>
Date: Thu, 3 Apr 2025 14:48:04 +0000
Subject: [PATCH] nevermind hrtime() is built in oops

---
 VERSION       | 2 +-
 composer.json | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/VERSION b/VERSION
index bfd1bea..2fd8495 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2504.31445
+0.2504.31447
diff --git a/composer.json b/composer.json
index 01120f5..c49ee61 100644
--- a/composer.json
+++ b/composer.json
@@ -21,8 +21,7 @@
         "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-hrtime": "Support for the Index\\Performance namespace."
+        "ext-sqlite3": "Support for the Index\\Db\\Sqlite namespace."
     },
     "authors": [
         {