From df7136b5c061cb102f46dfd094dc9012322a7532 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Feb 2026 06:56:37 +0100 Subject: fix autoload --- php-sebastian-object-enumerator8.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-sebastian-object-enumerator8.spec b/php-sebastian-object-enumerator8.spec index 019ab3e..fbb2ab0 100644 --- a/php-sebastian-object-enumerator8.spec +++ b/php-sebastian-object-enumerator8.spec @@ -80,8 +80,8 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php %{_bindir}/phpab --template fedora --output src/autoload.php src cat << 'EOF' | tee -a src/autoload.php \Fedora\Autoloader\Dependencies::required([ - '%{php_home}/%{ns_vendor}/ObjectReflector5/autoload.php', - '%{php_home}/%{ns_vendor}/RecursionContext7/autoload.php', + '%{php_home}/%{ns_vendor}/ObjectReflector6/autoload.php', + '%{php_home}/%{ns_vendor}/RecursionContext8/autoload.php', ]); EOF -- cgit