Skip to content
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

[5.x] Drop laravel/helpers dependency #9811

Merged
merged 26 commits into from
Apr 3, 2024

Conversation

duncanmcclean
Copy link
Member

@duncanmcclean duncanmcclean commented Apr 3, 2024

This pull request drops the laravel/helpers dependency, which provided global functions for array & string helper which were removed from the Laravel framework a few years ago.

All of the helper functions in the helpers package forward calls to Laravel's Arr/Str so this PR is pretty much a big find & replace. 😄

Closes #9721.

@duncanmcclean duncanmcclean marked this pull request as ready for review April 3, 2024 11:10
@jasonvarga jasonvarga merged commit a9f4e41 into master Apr 3, 2024
32 checks passed
@jasonvarga jasonvarga deleted the drop-laravel-helpers-dependency branch April 3, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants