Skip to content

Commit cbcacea

Browse files
committed
TASK: Update composer.json
1 parent c214aee commit cbcacea

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ matrix:
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
128
sudo: false
139
before_install:
1410
- export NEOS_TARGET_VERSION=3.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
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": {

0 commit comments

Comments
 (0)