php dependency updates

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
szaimen
2026-05-17 12:16:34 +00:00
committed by github-actions[bot]
parent cbea0730d3
commit bf445e699f

52
php/composer.lock generated
View File

@@ -1784,16 +1784,16 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v3.24.0", "version": "v3.25.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "a6769aefb305efef849dc25c9fd1653358c148f0" "reference": "0dade995be754556af4dcbf8721d45cb3271f9b4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/a6769aefb305efef849dc25c9fd1653358c148f0", "url": "https://api.github.com/repos/twigphp/Twig/zipball/0dade995be754556af4dcbf8721d45cb3271f9b4",
"reference": "a6769aefb305efef849dc25c9fd1653358c148f0", "reference": "0dade995be754556af4dcbf8721d45cb3271f9b4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1848,7 +1848,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/twigphp/Twig/issues", "issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.24.0" "source": "https://github.com/twigphp/Twig/tree/v3.25.0"
}, },
"funding": [ "funding": [
{ {
@@ -1860,7 +1860,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-03-17T21:31:11+00:00" "time": "2026-05-17T07:41:26+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
@@ -2176,16 +2176,16 @@
}, },
{ {
"name": "amphp/parallel", "name": "amphp/parallel",
"version": "v2.3.4", "version": "v2.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/amphp/parallel.git", "url": "https://github.com/amphp/parallel.git",
"reference": "3ad45d1cff1bfbfe832c79671e6a4a1017dd9921" "reference": "37f5b2754fadc229c00f9416bd68fb8d04529a81"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/amphp/parallel/zipball/3ad45d1cff1bfbfe832c79671e6a4a1017dd9921", "url": "https://api.github.com/repos/amphp/parallel/zipball/37f5b2754fadc229c00f9416bd68fb8d04529a81",
"reference": "3ad45d1cff1bfbfe832c79671e6a4a1017dd9921", "reference": "37f5b2754fadc229c00f9416bd68fb8d04529a81",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2248,7 +2248,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/amphp/parallel/issues", "issues": "https://github.com/amphp/parallel/issues",
"source": "https://github.com/amphp/parallel/tree/v2.3.4" "source": "https://github.com/amphp/parallel/tree/v2.4.0"
}, },
"funding": [ "funding": [
{ {
@@ -2256,7 +2256,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-05-06T19:26:51+00:00" "time": "2026-05-16T16:54:01+00:00"
}, },
{ {
"name": "amphp/parser", "name": "amphp/parser",
@@ -3775,16 +3775,16 @@
}, },
{ {
"name": "revolt/event-loop", "name": "revolt/event-loop",
"version": "v1.0.8", "version": "v1.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/revoltphp/event-loop.git", "url": "https://github.com/revoltphp/event-loop.git",
"reference": "b6fc06dce8e9b523c9946138fa5e62181934f91c" "reference": "44061cf513e53c6200372fc935ac42271566295d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/revoltphp/event-loop/zipball/b6fc06dce8e9b523c9946138fa5e62181934f91c", "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/44061cf513e53c6200372fc935ac42271566295d",
"reference": "b6fc06dce8e9b523c9946138fa5e62181934f91c", "reference": "44061cf513e53c6200372fc935ac42271566295d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3794,7 +3794,7 @@
"ext-json": "*", "ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3", "jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^9", "phpunit/phpunit": "^9",
"psalm/phar": "^5.15" "psalm/phar": "6.16.*"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -3841,22 +3841,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/revoltphp/event-loop/issues", "issues": "https://github.com/revoltphp/event-loop/issues",
"source": "https://github.com/revoltphp/event-loop/tree/v1.0.8" "source": "https://github.com/revoltphp/event-loop/tree/v1.0.9"
}, },
"time": "2025-08-27T21:33:23+00:00" "time": "2026-05-16T17:55:38+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
"version": "8.2.1", "version": "8.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/diff.git", "url": "https://github.com/sebastianbergmann/diff.git",
"reference": "cce1bb200e0062e72f9b85ccfe54d3fd38bbd044" "reference": "b36d33b6e796513de7cb7df053afb3f55eefcd47"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/cce1bb200e0062e72f9b85ccfe54d3fd38bbd044", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b36d33b6e796513de7cb7df053afb3f55eefcd47",
"reference": "cce1bb200e0062e72f9b85ccfe54d3fd38bbd044", "reference": "b36d33b6e796513de7cb7df053afb3f55eefcd47",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3869,7 +3869,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "8.2-dev" "dev-main": "8.3-dev"
} }
}, },
"autoload": { "autoload": {
@@ -3902,7 +3902,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/diff/issues", "issues": "https://github.com/sebastianbergmann/diff/issues",
"security": "https://github.com/sebastianbergmann/diff/security/policy", "security": "https://github.com/sebastianbergmann/diff/security/policy",
"source": "https://github.com/sebastianbergmann/diff/tree/8.2.1" "source": "https://github.com/sebastianbergmann/diff/tree/8.3.0"
}, },
"funding": [ "funding": [
{ {
@@ -3922,7 +3922,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-05-14T05:24:37+00:00" "time": "2026-05-15T04:58:09+00:00"
}, },
{ {
"name": "spatie/array-to-xml", "name": "spatie/array-to-xml",