Skip to content

Commit 1180ee6

Browse files
author
Prince Ali Khan
committed
composer update
1 parent 69784a1 commit 1180ee6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
"minimum-stability": "dev",
1313
"require": {
1414
"php": ">=5.5.9",
15-
"illuminate/contracts": "5.0.*|5.1.*",
16-
"illuminate/support": "5.0.*|5.1.*",
15+
"illuminate/contracts": "5.0.*|5.1.*|5.2.*|5.3.*",
16+
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*",
1717
"mautic/api-library": "^2.1",
18-
"guzzlehttp/guzzle": "^6.2"
18+
"guzzlehttp/guzzle": "^6.2",
19+
"graham-campbell/manager": "^2.0"
1920
},
2021
"autoload": {
2122
"psr-4": {

0 commit comments

Comments
 (0)