Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FOSElasticaBundle for symfony 3?

I'm looking to integrate the FOSElasticaBundle into my symfony 3 project. Currently this bundle doesn't support symfony 3. I was ondering what I could do to still implement it?

like image 277
SnelleJelle Avatar asked Apr 05 '16 10:04

SnelleJelle


1 Answers

Seems is not yet tagged a valid release for using it via packagist. See this issue on github.

The release dev-master / 3.2.x-dev seems already compliant with symfony3.

I successfully installed this bundle on a symfony3 installation with the command :

composer require friendsofsymfony/elastica-bundle dev-master

Hope this help

like image 110
Matteo Avatar answered Oct 21 '22 07:10

Matteo