File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 99 - 5.4
1010 - 5.5
1111 - 5.6
12- - nightly
12+ - 7.0
1313 - hhvm
1414
1515matrix :
@@ -19,7 +19,6 @@ matrix:
1919 - php : 5.6
2020 env : SYMFONY_VERSION='2.7.*'
2121 allow_failures :
22- - php : nightly
2322 - php : hhvm
2423 fast_finish : true
2524
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ The following code will execute a search against the Elasticsearch server:
183183
184184` ` ` php
185185$finder = $this->container->get('fos_elastica.finder.site.article');
186- $boolQuery = new \E lastica\Q uery\B ool ();
186+ $boolQuery = new \E lastica\Q uery\B oolQuery ();
187187
188188$fieldQuery = new \E lastica\Q uery\M atch();
189189$fieldQuery->setFieldQuery('title', 'I am a title string');
Original file line number Diff line number Diff line change 33namespace FOS \ElasticaBundle \Tests \Client ;
44
55use Elastica \Request ;
6- use Elastica \Transport \Null as NullTransport ;
6+ use Elastica \Transport \NullTransport ;
77
88class ClientTest extends \PHPUnit_Framework_TestCase
99{
Original file line number Diff line number Diff line change 1717 "symfony/console" : " ~2.1" ,
1818 "symfony/form" : " ~2.1" ,
1919 "symfony/property-access" : " ~2.3" ,
20- "ruflin/elastica" : " >=0.90.10.0, <2.3-dev " ,
20+ "ruflin/elastica" : " ~2.1, <2.3" ,
2121 "psr/log" : " ~1.0"
2222 },
2323 "require-dev" :{
You can’t perform that action at this time.
0 commit comments