omniphx / forrest

A Laravel library for Salesforce
https://omniphx.github.io/forrest/
MIT License
259 stars 120 forks source link

Laravel 7.x support #248

Closed jonnott closed 4 years ago

jonnott commented 4 years ago

Due to the dependency on illuminate/* components of "~6.0" .. Laravel 7.x needs composer to downgrade forrest to v2.6.

To allow support for the latest versions (2.7.x) of forrest in Laravel 7.x, please update this requirement to "~6.0|~7.0" for all illuminate/* libs.

omniphx commented 4 years ago

Makes sense, feel to add a PR. Otherwise, I'll try to take care of this soon.