Skip to content

Commit

Permalink
Merge pull request #67 from Zaszczyk/master
Browse files Browse the repository at this point in the history
Add laravel/helpers to composer.json Fixes #66
  • Loading branch information
IsraelOrtuno authored Mar 8, 2019
2 parents d8f864e + 2f40392 commit 3f04135
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

0 comments on commit 3f04135

Please sign in to comment.