Closed xavismeh closed 7 years ago
Note that this PR need the approval of https://github.com/graphaware/neo4j-php-client/pull/78 in order to be valid. Also, this change enable bolt as default driver (instead of http's one)
We have to require "graphaware/neo4j-bolt": "^1.6" because we are using Configuration::newInstance
"graphaware/neo4j-bolt": "^1.6"
Configuration::newInstance
Thank you!
Note that this PR need the approval of https://github.com/graphaware/neo4j-php-client/pull/78 in order to be valid. Also, this change enable bolt as default driver (instead of http's one)