Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince Ali Khan committed Nov 27, 2016
1 parent 69784a1 commit 1180ee6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.5.9",
"illuminate/contracts": "5.0.*|5.1.*",
"illuminate/support": "5.0.*|5.1.*",
"illuminate/contracts": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*",
"mautic/api-library": "^2.1",
"guzzlehttp/guzzle": "^6.2"
"guzzlehttp/guzzle": "^6.2",
"graham-campbell/manager": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1180ee6

Please sign in to comment.