Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
- PHP8.0+ compatibility
  • Loading branch information
Karel Wintersky committed Jun 6, 2024
1 parent f863bd2 commit b28a0f3
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
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"php": ">=7",
"php": ">=7.4 | 8.*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-json": "*",
"foolz/sphinxql-query-builder": "^2.1",
"foolz/sphinxql-query-builder": "^3.0.2",
"psr/log": "^1.1",
"karelwintersky/arris.toolkit.cli-console": "^0.9.0"
},
Expand Down

0 comments on commit b28a0f3

Please sign in to comment.