Composer Manager sometimes installs an older version of graphaware/neo4j-php-client. This causes failures as a required interface `ClientInterface` is missing in older versions.

Since we require the interface (it's a good idea), we should upgrade the required version.

Comments

hussainweb created an issue. See original summary.

hussainweb’s picture

Status: Active » Needs review
StatusFileSize
new254 bytes

This changes composer.json to require any version above 4.6, which has the interface.

hlopes’s picture

Not directly related, but I only managed to get the module (D8 version) to work with > 4.8

I'm using
"graphaware/neo4j-php-client": "~4.8.2"

Due to this issue:
https://github.com/siteraiser/Organization-Organizer/issues/1

HTTP only, bolt is broken.

hlopes’s picture

StatusFileSize
new310 bytes

Patch for D8 version.