fusio
fusio copied to clipboard
Question about adding package in composer
Hi,
I want to use ruflin/elastica (elasticsearch package for php). How do I include it in fusio using composer?
Also, monolog/monolog is included right (what if I want to upgrade the version)?
Thanks!
Hi, so you could simple use composer require ruflin/elastica
to include the composer package. But you could also use fusio/adapter-elasticsearch ^3.1
which is a Fusio specific package to work with Elasticsearch but it uses the elasticsearch/elasticsearch
package. Regarding monolog yes this is already included to update you can simply run composer update