Skip to content

Commit

Permalink
Update minimum php requirement to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bix0r committed Dec 9, 2024
1 parent 19b4af4 commit be01147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand Down

0 comments on commit be01147

Please sign in to comment.