Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 197 forks source link

Support for Laravel 5.5 #252

Closed cappuc closed 6 years ago

cappuc commented 6 years ago

Hi, this PR add support for Laravel 5.5. I started from branch 1.4 because it was the only with support for Laravel 5.4

I made the changes listed here #239

Mulkave commented 6 years ago

this is amazing! Thank you @cappuc

one question before merging, does it break compatibility with any previous Laravel version? if so, we'll have to explicitly mention that in the docs for the supported versions.

cappuc commented 6 years ago

Yes, it break compatibility with previous Laravel version because I updated Illuminate package versions to 5.5 and there are some methods signature changes in the Iluminate Model.

I also updated the php version required to 7.0 because Laravel 5.5 require it and I updated Travis CI tests: