Skip to content

Commit

Permalink
Allow php > 8
Browse files Browse the repository at this point in the history
  • Loading branch information
iivannov authored Mar 9, 2022
1 parent 96d3a46 commit e820eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.7.0",
"version": "6.7.2",
"name": "iivannov/elastic-commander",
"description": "Wrapper for the official Elasticsearch PHP Client",
"type": "library",
Expand All @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.1 || ^8.0",
"php": ">=7.1",
"elasticsearch/elasticsearch": "^6.7"
},
"autoload": {
Expand Down

0 comments on commit e820eb6

Please sign in to comment.