Skip to content

Commit

Permalink
Add laravel/helpers to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaszczyk committed Mar 8, 2019
1 parent 426daae commit 2f40392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"require": {
"guzzlehttp/guzzle": "~6.0|~5.0|~4.0",
"illuminate/support": "~4.0|~5.0"
"illuminate/support": "~4.0|~5.0",
"laravel/helpers": "^1.0"
},
"require-dev": {
"phpspec/phpspec": "^2.4",
Expand Down

2 comments on commit 2f40392

@daniti
Copy link
Collaborator

@daniti daniti commented on 2f40392 Aug 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this added? It's a breaking change for all Laravel < 5.8

@IsraelOrtuno
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually to support all str_* like helper functions but since they were replaced with the Illuminate\Support\Str class I think it can be removed

Please sign in to comment.