File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,15 +7,14 @@ sudo: false
77before_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
1918install :
2019 - composer install
2120 - cd ..
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments