[PECL-CVS] [pecl-search_engine-solr] master: Fix PHP 8.5 dependency for pecl
[email protected] (Birgir Haraldsson)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Birgir Haraldsson (bix0r)
Date: 2025-11-24T16:52:10+01:00
Commit: https://github.com/php/pecl-search_engine-solr/commit/512e933fe9b9a3a8099ead626a638dacd0e29b40
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/512e933fe9b9a3a8099ead626a638dacd0e29b40.diff
Fix PHP 8.5 dependency for pecl
Changed paths:
M package.xml
Diff:
diff --git a/package.xml b/package.xml
index db0ee79b..4bf8930a 100644
--- a/package.xml
+++ b/package.xml
@@ -425,7 +425,7 @@ Fixes:
<required>
<php>
<min>7.4.0</min>
- <max>8.4.99</max>
+ <max>8.5.99</max>
</php>
<pearinstaller>
<min>1.4.0</min>