neoxygen / neo4j-neoclient

Simple PHP HttpClient for the Neo4j ReST API with Multi DB Support
MIT License
121 stars 138 forks source link

Support for Symfony 3.0 #76

Closed remialvado closed 8 years ago

remialvado commented 8 years ago

In Symfony 3.0, the method CanNotBeEmpty on BooleanNodeDefinition has been deprecated. I've replaced this call by setDefaultValue(false) : I hope it won't cause too much trouble and won't break compatibility.

ikwattro commented 8 years ago

Thanks Rémi, I'll merge it, there is one job in the build failing but it happens sometimes with curl and neo on travis, all other jobs are ok.