[PECL-CVS] [pecl-search_engine-solr] master: Fix php version requirement for pie
[email protected] (Birgir Haraldsson)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Birgir Haraldsson (bix0r)
Date: 2025-11-19T13:23:59+01:00
Commit: https://github.com/php/pecl-search_engine-solr/commit/3069e4a37797166a1ef4fdfd3ac216b3a2834937
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/3069e4a37797166a1ef4fdfd3ac216b3a2834937.diff
Fix php version requirement for pie
Should be the same as in package.xml
Changed paths:
M composer.json
Diff:
diff --git a/composer.json b/composer.json
index 13b7c14d..762be5ba 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"license": "PHP-3.01",
"description": "Apache Solr extension",
"require": {
- "php": ">= 8.1,<=8.4",
+ "php": ">= 7.4,<=8.5",
"ext-json": "*",
"ext-curl": "*",
"ext-libxml": "*"