From 30e410670baff83270f04bc32fdc80836fb807fd Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 5 Jan 2025 10:35:38 +0100 Subject: [PATCH 1/2] Reapply "Update dependencies" This reverts commit c18388d13bb5c973e012317ab56f9361817f7371. --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 9cef1ed2e14..446e55757f8 100644 --- a/composer.lock +++ b/composer.lock @@ -68,16 +68,16 @@ }, { "name": "nikic/php-parser", - "version": "v5.3.1", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" + "reference": "447a020a1f875a434d62f2a401f53b82a396e494" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", + "reference": "447a020a1f875a434d62f2a401f53b82a396e494", "shasum": "" }, "require": { @@ -120,9 +120,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" }, - "time": "2024-10-08T18:51:32+00:00" + "time": "2024-12-30T11:07:19+00:00" }, { "name": "phar-io/manifest", From e299d616898088b84a8d2f9efff276c805ce61db Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 5 Jan 2025 10:50:42 +0100 Subject: [PATCH 2/2] Closes #6092 Exclude the source files introduced in https://github.com/nikic/PHP-Parser/commit/469377f4a8a55f75741549e3befab990a1f0600d from the PHAR as their unconditional require statements interfere with how autoloading works for the PHPUnit PHAR --- build.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build.xml b/build.xml index d5fe3e11bba..5148cb5328c 100644 --- a/build.xml +++ b/build.xml @@ -286,6 +286,18 @@ + + + + + + + + + + + +