[PECL-CVS] [pecl-search_engine-solr] master: Fix PHP 8.5 dependency for PIE
[email protected] (Birgir Haraldsson) Tue, 17 Mar 2026 11:23:44 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Birgir Haraldsson (bix0r)
Date: 2026-03-17T12:16:46+01:00
Commit: https://github.com/php/pecl-search_engine-solr/commit/7f14cb1fadc18408e53e848a9fb19ca149f64d4a
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/7f14cb1fadc18408e53e848a9fb19ca149f64d4a.diff
Fix PHP 8.5 dependency for PIE
Changed paths:
M composer.json
Diff:
diff --git a/composer.json b/composer.json
index 9f737694..2ee67da7 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"license": "PHP-3.01",
"description": "Apache Solr extension",
"require": {
- "php": ">= 7.4,<=8.5",
+ "php": ">=7.4,<8.6",
"ext-json": "*"
},
"php-ext": {