File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 env : ES=1
66 - php : 7.0
77 env : ES=2
8- - php : 5.6
9- env : ES=1
10- - php : 5.6
11- env : ES=2
128sudo : false
139before_install :
1410 - export NEOS_TARGET_VERSION=3.0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You can switch the Elastic driver by editing ```Settings.yaml```
1616* ``` 1.x ``` to support Elastic 1.2 to 1.7
1717* ``` 2.x ``` to support Elastic 2.x
1818
19- _ Currently the Driver interfaces as not marked as API, and can be changed to adapt to future needs (especially the support of Elastic v5)._
19+ _ Currently the Driver interfaces is not marked as API, and can be changed to adapt to future needs (especially the support of Elastic v5)._
2020
2121## Relevant Packages
2222
Original file line number Diff line number Diff line change 88 ],
99 "require" : {
1010 "php" : " >=5.5.0" ,
11- "flowpack/elasticsearch" : " ^1.1.0" ,
12- "neos/content-repository-search" : " ^2.1.0"
11+ "flowpack/elasticsearch" : " ~2.0" ,
12+ "neos/content-repository-search" : " ~3.0" ,
13+ "neos/flow" : " ~4.0" ,
14+ "neos/fluid-adaptor" : " ~4.0"
1315 },
1416 "autoload" : {
1517 "psr-4" : {
You can’t perform that action at this time.
0 commit comments