Skip to content

Commit

Permalink
TASK: Allow installation on Neos 8.x
Browse files Browse the repository at this point in the history
In addition Neos dev-mater is allowed aswell.
  • Loading branch information
mficzel committed Mar 29, 2022
1 parent 7c48294 commit 2ecb8dc
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 || ^7.0",
"neos/content-repository": "^4.0 || ^5.0 || ^7.0 || ^8.0 || dev-master",
"neos/content-repository-search": "^4.0 || dev-master",
"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"
"neos/eel": "^5.0 || ^6.0 || ^7.0 || ^8.0 || dev-master",
"neos/flow": "^5.0 || ^6.0 || ^7.0 || ^8.0 || dev-master",
"neos/fusion": "^4.0 || ^5.0 || ^7.0 || ^8.0 || dev-master",
"neos/neos": "^4.0 || ^5.0 || ^7.0 || ^8.0 || dev-master"
},
"conflict": {
"flowpack/elasticsearch-contentrepositoryadaptor": "<7.0.0"
Expand Down

0 comments on commit 2ecb8dc

Please sign in to comment.