Skip to content

Really add compatibility with laravel after 5.7 version #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2020
Merged

Really add compatibility with laravel after 5.7 version #5

merged 1 commit into from
Jun 4, 2020

Conversation

a21ns1g4ts
Copy link
Contributor

@a21ns1g4ts a21ns1g4ts commented Jun 3, 2020

We have two possibilities:

The ideal:

"illuminate/database": "^5.7|^6.0|^7.0",
"illuminate/http": "^5.7|^6.0|^7.0",
 "illuminate/support": "^5.7|^6.0|^7.0"

The real to not breaking changes before laravel 5.7:

"illuminate/database": "^5.0|^5.6",
"illuminate/http": "^5.0|^5.6",
"illuminate/support": "^5.0|^6.6" 

This is becouse laravel remove array helpers after 5.6

@santigarcor santigarcor merged commit 5b19c39 into santigarcor:master Jun 4, 2020
@santigarcor
Copy link
Owner

Thank you!

@a21ns1g4ts
Copy link
Contributor Author

I will add commit in readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants