Skip to content

Commit 2960011

Browse files
committed
Allow PHP 8
1 parent 963d99c commit 2960011

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010

1111
- `reset` method for builder (`\MacFJA\RediSearch\IndexBuilder` and `\MacFJA\RediSearch\Query\Builder`)
12+
- Allow PHP 8.0
1213

1314
## [2.0.1]
1415

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2",
19+
"php": "^7.2 || ^8.0",
2020
"ext-intl": "*",
2121
"composer/semver": "^3.2",
2222
"respect/validation": "^2.0"

0 commit comments

Comments
 (0)