Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b28a0f3

Browse files
author
Karel Wintersky
committed
2.0
- PHP8.0+ compatibility
1 parent f863bd2 commit b28a0f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7",
15+
"php": ">=7.4 | 8.*",
1616
"ext-mbstring": "*",
1717
"ext-pdo": "*",
1818
"ext-json": "*",
19-
"foolz/sphinxql-query-builder": "^2.1",
19+
"foolz/sphinxql-query-builder": "^3.0.2",
2020
"psr/log": "^1.1",
2121
"karelwintersky/arris.toolkit.cli-console": "^0.9.0"
2222
},

0 commit comments

Comments
 (0)