neoxygen / neo4j-neoclient

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

Fixes for Symfony YAML parser deprecation of filename support #25

Closed skenmy closed 9 years ago

skenmy commented 9 years ago

The Symfony YAML parser has deprecated usage of filenames in the Yaml::parse method. This changes any calls to Yaml::parse that were previously using filenames to use file contents instead.

(This was causing Exceptions in a Laravel 5 project due to Symfony\Component\Yaml\Yaml.php:58 E_USER_DEPRECATED triggered error)

ikwattro commented 9 years ago

Thanks !

ikwattro commented 9 years ago

New release 2.0.11 with the PR merged