mirror of
https://github.com/php/pecl-search_engine-solr.git
synced 2026-03-23 22:52:07 +01:00
Fix PHP 8.5 dependency for PIE
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user