You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package currently requires "illuminate/support": "^5.0|^6.0|^7.0|^8.0" which pulls in versions ^5.0|^6.0|^7.0 which might not be getting any security fixes.
Can we have another version which will require the minimum version of illuminate/support to be ^8. This will ensure new projects or updates which satisfy this requirement will also get the security fixes.
The text was updated successfully, but these errors were encountered:
The whole support package provided a lot of functionality which we can extend to use and refactor this package. And since it's a laravel package, I feel it should remain. That's my opinion 😁
The package currently requires
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
which pulls in versions^5.0|^6.0|^7.0
which might not be getting any security fixes.Can we have another version which will require the minimum version of
illuminate/support
to be^8
. This will ensure new projects or updates which satisfy this requirement will also get the security fixes.The text was updated successfully, but these errors were encountered: