Skip to content

Commit

Permalink
BUGFIX: Only allow ESCRA 5.x and 6.x
Browse files Browse the repository at this point in the history
Field names changed in ESCRA 7 / master
  • Loading branch information
daniellienert authored May 15, 2020
1 parent 4122ef8 commit 4287a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"neos/flow": "*",
"flowpack/elasticsearch-contentrepositoryadaptor": "^6.0 || ^7.0 || dev-master",
"flowpack/elasticsearch-contentrepositoryadaptor": "^5.0 || ^6.0",
"neos/neos": "^4.3 || ^5.0"
},
"autoload": {
Expand Down

0 comments on commit 4287a6e

Please sign in to comment.