[PECL-CVS] [pecl-search_engine-solr] master: Update minimum php requirement to 8.1
[email protected] (Birgir Haraldsson)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Birgir Haraldsson (bix0r)
Date: 2024-12-09T08:44:09+01:00
Commit: https://github.com/php/pecl-search_engine-solr/commit/6109eee1e406fb0c86d5a1d4e2307273471193f0
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/6109eee1e406fb0c86d5a1d4e2307273471193f0.diff
Update minimum php requirement to 8.1
Changed paths:
M composer.json
Diff:
diff --git a/composer.json b/composer.json
index 3871add8..9f132b1e 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": ">= 8.1,<=8.4",
"ext-json": "*",
"ext-curl": "*",
"ext-libxml": "*"