Skip to content

Commit

Permalink
TASK: Declare compatibility with Neos 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert authored Dec 16, 2020
1 parent 4801237 commit aca6494
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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": "^4.0 || ^5.0",
"neos/content-repository": "^4.0 || ^5.0 || ^7.0",
"neos/content-repository-search": "^4.0 || dev-master",
"neos/eel": "^5.0 || ^6.0",
"neos/flow": "^5.0 || ^6.0",
"neos/fusion": "^4.0 || ^5.0",
"neos/neos": "^4.0 || ^5.0"
"neos/eel": "^5.0 || ^6.0 || ^7.0",
"neos/flow": "^5.0 || ^6.0 || ^7.0",
"neos/fusion": "^4.0 || ^5.0 || ^7.0",
"neos/neos": "^4.0 || ^5.0 || ^7.0"
},
"conflict": {
"flowpack/elasticsearch-contentrepositoryadaptor": "<7.0.0"
Expand Down

0 comments on commit aca6494

Please sign in to comment.