We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4801237 commit aca6494Copy full SHA for aca6494
1 file changed
composer.json
@@ -4,12 +4,12 @@
4
"type": "neos-package",
5
"description": "Plugin for search integration via content node",
6
"require": {
7
- "neos/content-repository": "^4.0 || ^5.0",
+ "neos/content-repository": "^4.0 || ^5.0 || ^7.0",
8
"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"
+ "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"
13
},
14
"conflict": {
15
"flowpack/elasticsearch-contentrepositoryadaptor": "<7.0.0"
0 commit comments