Fix PHP 8.5 dependency for PIE

This commit is contained in:
Birgir Haraldsson
2026-03-17 12:16:46 +01:00
parent 9441bf4419
commit 7f14cb1fad

View File

@@ -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": {