Skip to content

Commit aca6494

Browse files
TASK: Declare compatibility with Neos 7.0
1 parent 4801237 commit aca6494

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"type": "neos-package",
55
"description": "Plugin for search integration via content node",
66
"require": {
7-
"neos/content-repository": "^4.0 || ^5.0",
7+
"neos/content-repository": "^4.0 || ^5.0 || ^7.0",
88
"neos/content-repository-search": "^4.0 || dev-master",
9-
"neos/eel": "^5.0 || ^6.0",
10-
"neos/flow": "^5.0 || ^6.0",
11-
"neos/fusion": "^4.0 || ^5.0",
12-
"neos/neos": "^4.0 || ^5.0"
9+
"neos/eel": "^5.0 || ^6.0 || ^7.0",
10+
"neos/flow": "^5.0 || ^6.0 || ^7.0",
11+
"neos/fusion": "^4.0 || ^5.0 || ^7.0",
12+
"neos/neos": "^4.0 || ^5.0 || ^7.0"
1313
},
1414
"conflict": {
1515
"flowpack/elasticsearch-contentrepositoryadaptor": "<7.0.0"

0 commit comments

Comments
 (0)