We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963d99c commit 2960011Copy full SHA for 2960011
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
### Added
10
11
- `reset` method for builder (`\MacFJA\RediSearch\IndexBuilder` and `\MacFJA\RediSearch\Query\Builder`)
12
+- Allow PHP 8.0
13
14
## [2.0.1]
15
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
20
"ext-intl": "*",
21
"composer/semver": "^3.2",
22
"respect/validation": "^2.0"
0 commit comments