Skip to content

Commit f81d8e6

Browse files
committed
BUGFIX: Pin version in .travis.yml and manifest
1 parent 391ba71 commit f81d8e6

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ sudo: false
77
before_install:
88
- export NEOS_TARGET_VERSION=2.3
99
- cd ..
10-
- wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.5.zip && unzip elasticsearch-1.7.5.zip
11-
- mv elasticsearch-1.7.5 elasticsearch
10+
- wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.6.zip && unzip elasticsearch-1.7.6.zip
11+
- mv elasticsearch-1.7.6 elasticsearch
1212
- cd elasticsearch
1313
- bin/elasticsearch -d
1414
- cd ..
1515
- git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION}
1616
- cd neos-base-distribution
17-
- composer require flowpack/elasticsearch-contentrepositoryadaptor
18-
- composer require typo3/typo3cr-search
17+
- composer require flowpack/elasticsearch-contentrepositoryadaptor:2.0.x-dev
1918
install:
2019
- composer install
2120
- cd ..

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php": ">=5.5.0",
99

1010
"flowpack/elasticsearch": "*",
11-
"typo3/typo3cr-search": "*"
11+
"typo3/typo3cr-search": "^2.0"
1212
},
1313
"autoload": {
1414
"psr-0": {

0 commit comments

Comments
 (0)