Skip to content

Commit

Permalink
Merge pull request #10 from flownative/predis-2
Browse files Browse the repository at this point in the history
Declare compatibility with Flow 8 and predis 2
  • Loading branch information
robertlemke authored Sep 5, 2022
2 parents e4c6742 + d690c16 commit 240eaf8
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,10 +12,10 @@
}
],
"require": {
"neos/flow": "7.* || @dev",
"neos/flow": "7.* || 8.* || @dev",
"php": "^7.4 || ^8.0",
"ext-zlib": "*",
"predis/predis": "^1.1"
"predis/predis": "^1.1 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
Expand Down

0 comments on commit 240eaf8

Please sign in to comment.