Skip to content

Commit 09abd07

Browse files
authored
Merge pull request #49 from kdambekalns/allow-flow30
TASK: Mark as compatible with Flow 3.x There is one deprecated method call being used, but it works fine.
2 parents 87cdc87 + 581ebe6 commit 09abd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "This package provides wrapper functionality for the Elasticsearch engine.",
66
"require": {
77
"ext-curl": "*",
8-
"typo3/flow": "~2.3"
8+
"typo3/flow": "~2.3|~3.0"
99
},
1010
"autoload": {
1111
"psr-0": {

0 commit comments

Comments
 (0)