Skip to content

Commit 09a793f

Browse files
committedApr 20, 2016
Added missing superclosure suggested dependency
1 parent 9dbdc5e commit 09a793f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/Illuminate/Mail/composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
},
3434
"suggest": {
3535
"aws/aws-sdk-php": "Required to use the SES mail driver (~3.0).",
36-
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.3|~6.0)."
36+
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.3|~6.0).",
37+
"jeremeamia/superclosure": "Required to be able to serialize closures (~2.0)."
3738
},
3839
"minimum-stability": "dev"
3940
}

0 commit comments

Comments
 (0)
Please sign in to comment.