From 5ecae0aa94f7f51a80bcaf61ee11b86d42973053 Mon Sep 17 00:00:00 2001 From: liugang Date: Thu, 6 Nov 2025 16:44:10 +0800 Subject: [PATCH] * [misc] Fix libxml php8 compatibility by patch of the phpspreadsheet library. --- lib/composer.lock | 12 ++++++------ lib/vendor/composer/installed.json | 14 +++++++------- lib/vendor/composer/installed.php | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/composer.lock b/lib/composer.lock index 8dda431ac8..18e0e3cdd6 100644 --- a/lib/composer.lock +++ b/lib/composer.lock @@ -1734,16 +1734,16 @@ }, { "name": "rector/rector", - "version": "2.2.3", + "version": "2.2.7", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "d27f976a332a87b5d03553c2e6f04adbe5da034f" + "reference": "022038537838bc8a4e526af86c2d6e38eaeff7ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/d27f976a332a87b5d03553c2e6f04adbe5da034f", - "reference": "d27f976a332a87b5d03553c2e6f04adbe5da034f", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/022038537838bc8a4e526af86c2d6e38eaeff7ef", + "reference": "022038537838bc8a4e526af86c2d6e38eaeff7ef", "shasum": "" }, "require": { @@ -1782,7 +1782,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.3" + "source": "https://github.com/rectorphp/rector/tree/2.2.7" }, "funding": [ { @@ -1790,7 +1790,7 @@ "type": "github" } ], - "time": "2025-10-11T21:50:23+00:00" + "time": "2025-10-29T15:46:12+00:00" } ], "aliases": [], diff --git a/lib/vendor/composer/installed.json b/lib/vendor/composer/installed.json index 57b09fec04..bc20fcb0f2 100644 --- a/lib/vendor/composer/installed.json +++ b/lib/vendor/composer/installed.json @@ -1688,17 +1688,17 @@ }, { "name": "rector/rector", - "version": "2.2.3", - "version_normalized": "2.2.3.0", + "version": "2.2.7", + "version_normalized": "2.2.7.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "d27f976a332a87b5d03553c2e6f04adbe5da034f" + "reference": "022038537838bc8a4e526af86c2d6e38eaeff7ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/d27f976a332a87b5d03553c2e6f04adbe5da034f", - "reference": "d27f976a332a87b5d03553c2e6f04adbe5da034f", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/022038537838bc8a4e526af86c2d6e38eaeff7ef", + "reference": "022038537838bc8a4e526af86c2d6e38eaeff7ef", "shasum": "" }, "require": { @@ -1714,7 +1714,7 @@ "suggest": { "ext-dom": "To manipulate phpunit.xml via the custom-rule command" }, - "time": "2025-10-11T21:50:23+00:00", + "time": "2025-10-29T15:46:12+00:00", "bin": [ "bin/rector" ], @@ -1739,7 +1739,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.3" + "source": "https://github.com/rectorphp/rector/tree/2.2.7" }, "funding": [ { diff --git a/lib/vendor/composer/installed.php b/lib/vendor/composer/installed.php index 4d5c6fd091..ad2cf58d80 100644 --- a/lib/vendor/composer/installed.php +++ b/lib/vendor/composer/installed.php @@ -236,12 +236,12 @@ 'dev_requirement' => false, ), 'rector/rector' => array( - 'pretty_version' => '2.2.3', - 'version' => '2.2.3.0', + 'pretty_version' => '2.2.7', + 'version' => '2.2.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../rector/rector', 'aliases' => array(), - 'reference' => 'd27f976a332a87b5d03553c2e6f04adbe5da034f', + 'reference' => '022038537838bc8a4e526af86c2d6e38eaeff7ef', 'dev_requirement' => true, ), 'rmccue/requests' => array(