Added suggest for ext-hrtime.

This commit is contained in:
flash 2025-04-03 14:46:13 +00:00
parent 42adbe5da8
commit 892dfd3e69
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
3 changed files with 9 additions and 8 deletions

View file

@ -1 +1 @@
0.2504.21040
0.2504.31445

View file

@ -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": [
{

12
composer.lock generated
View file

@ -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",