Added suggest for ext-hrtime.
This commit is contained in:
parent
42adbe5da8
commit
892dfd3e69
3 changed files with 9 additions and 8 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.2504.21040
|
0.2504.31445
|
||||||
|
|
|
@ -21,7 +21,8 @@
|
||||||
"ext-memcached": "Support for the Index\\Cache\\Memcached namespace (you should use this instead of ext-memcache).",
|
"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-redis": "Support for the Index\\Cache\\Valkey namespace.",
|
||||||
"ext-mysqli": "Support for the Index\\Db\\MariaDb namespace (both mysqlnd and libmysql are supported).",
|
"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": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
|
12
composer.lock
generated
12
composer.lock
generated
|
@ -1034,16 +1034,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-code-coverage",
|
"name": "phpunit/php-code-coverage",
|
||||||
"version": "12.1.0",
|
"version": "12.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||||
"reference": "d331a5ced3d9a2b917baa9841b2211e72f9e780d"
|
"reference": "05c33d01a856f9f62488d144bafddc3d7b7a4ebb"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d331a5ced3d9a2b917baa9841b2211e72f9e780d",
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/05c33d01a856f9f62488d144bafddc3d7b7a4ebb",
|
||||||
"reference": "d331a5ced3d9a2b917baa9841b2211e72f9e780d",
|
"reference": "05c33d01a856f9f62488d144bafddc3d7b7a4ebb",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1099,7 +1099,7 @@
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
"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": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -1107,7 +1107,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-03-17T13:56:07+00:00"
|
"time": "2025-04-03T14:34:39+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-file-iterator",
|
"name": "phpunit/php-file-iterator",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue