diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-18 15:32:18 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-18 15:32:18 +0200 |
commit | 0805362f5894c6465f55864682c82a15fa979610 (patch) | |
tree | 2f5fff141791fa43c33e6ac91f5dd05de0c029f5 | |
parent | 29f195616c3d052833421d1f83d68178ea3dbc1a (diff) |
allow 8.5
-rw-r--r-- | php-pecl-xdebug3.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index d8bbcf7..0e121e0 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -45,7 +45,7 @@ Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit BuildRequires: make BuildRequires: %{?dtsprefix}gcc -BuildRequires: (%{?scl_prefix}php-devel >= 8.0 with %{?scl_prefix}php-devel < 8.5) +BuildRequires: (%{?scl_prefix}php-devel >= 8.0 with %{?scl_prefix}php-devel < 8.6) BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-simplexml BuildRequires: libtool |