Skip to content

Commit

Permalink
TASK: Configure compatibility for Neos 5.0 / Flow 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert authored Sep 16, 2019
1 parent 6758657 commit 4e28471
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "neos-package",
"description": "Plugin for search integration via content node",
"require": {
"neos/content-repository": "^3.0 || ^4.0 || dev-master",
"neos/content-repository-search": "^3.0 || ^4.0 || dev-master",
"neos/eel": "^4.0 || ^5.0 || dev-master",
"neos/flow": "^4.0 || ^5.0 || dev-master",
"neos/fusion": "^3.0 || ^4.0 || dev-master",
"neos/neos": "^3.0 || ^4.0 || dev-master"
"neos/content-repository": "^3.0 || ^4.0 || ^5.0",
"neos/content-repository-search": "^3.0",
"neos/eel": "^4.0 || ^5.0 || ^6.0",
"neos/flow": "^4.0 || ^5.0 || ^6.0",
"neos/fusion": "^3.0 || ^4.0 || ^5.0",
"neos/neos": "^3.0 || ^4.0 || ^5.0"
},
"suggest": {
"flowpack/elasticsearch-contentrepositoryadaptor": "Provides search using Elasticsearch",
Expand Down

0 comments on commit 4e28471

Please sign in to comment.