Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitjain28may committed Sep 19, 2017
1 parent 3f1ca98 commit 965f736
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,9 @@
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "~5.4"
"illuminate/support": "~5.4",
"illuminate/events": "^5.4",
"illuminate/database": "^5.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
Expand Down

0 comments on commit 965f736

Please sign in to comment.