Skip to content

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

Merged
jasonvarga merged 26 commits intomasterfrom
drop-laravel-helpers-dependency
Apr 3, 2024
Merged

[5.x] Drop laravel/helpers dependency#9811
jasonvarga merged 26 commits intomasterfrom
drop-laravel-helpers-dependency

Conversation

@duncanmcclean
Copy link
Copy Markdown
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
@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

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants