We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69784a1 commit 1180ee6Copy full SHA for 1180ee6
composer.json
@@ -12,10 +12,11 @@
12
"minimum-stability": "dev",
13
"require": {
14
"php": ">=5.5.9",
15
- "illuminate/contracts": "5.0.*|5.1.*",
16
- "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.*",
17
"mautic/api-library": "^2.1",
18
- "guzzlehttp/guzzle": "^6.2"
+ "guzzlehttp/guzzle": "^6.2",
19
+ "graham-campbell/manager": "^2.0"
20
},
21
"autoload": {
22
"psr-4": {
0 commit comments