11{
2- "name" : " expertcoder/swiftmailer-send-grid-bundle" ,
3- "type" : " symfony-bundle" ,
4- "description" : " Swiftmailer Transport and Symfony bundle for Sendgrid" ,
5- "homepage" : " https://github.com/expertcoder/SwiftmailerSendGridBundle" ,
6- "license" : " MIT" ,
7- "authors" : [
8- {
9- "name" : " Samual Anthony" ,
10- "email" : " sam@expertcoder.io"
2+ "name" : " expertcoder/swiftmailer-send-grid-bundle" ,
3+ "type" : " symfony-bundle" ,
4+ "description" : " Swiftmailer Transport and Symfony bundle for Sendgrid" ,
5+ "homepage" : " https://github.com/expertcoder/SwiftmailerSendGridBundle" ,
6+ "license" : " MIT" ,
7+ "authors" : [
8+ {
9+ "name" : " Samual Anthony" ,
10+ "email" : " sam@expertcoder.io"
11+ },
12+ {
13+ "name" : " Maxime Hermouet" ,
14+ "email" : " moux2003@hotmail.com"
15+ }
16+ ],
17+ "require" : {
18+ "php" : " >=5.6" ,
19+ "sendgrid/sendgrid" : " ^7.0" ,
20+ "symfony/swiftmailer-bundle" : " ~3.2"
1121 },
12- {
13- "name" : " Maxime Hermouet" ,
14- "email" : " moux2003@hotmail.com"
22+ "require-dev" : {
23+ "nyholm/symfony-bundle-test" : " ^1.3"
24+ },
25+ "extra" : {
26+ "branch-alias" : {
27+ "dev-master" : " 2.0.x-dev"
28+ }
29+ },
30+ "autoload" : {
31+ "psr-4" : {
32+ "ExpertCoder\\ Swiftmailer\\ SendGridBundle\\ " : " src/"
33+ }
34+ },
35+ "autoload-dev" : {
36+ "psr-4" : {
37+ "ExpertCoder\\ Swiftmailer\\ SendGridBundle\\ Tests\\ " : " tests/"
38+ }
1539 }
16- ],
17- "require" : {
18- "php" : " >=5.4" ,
19- "symfony/symfony" : " ~2.7|~3.3|~4.0" ,
20- "swiftmailer/swiftmailer" : " >=4.2.0,<6.0.0" ,
21- "sendgrid/sendgrid" : " ^5.0"
22- },
23- "autoload" : {
24- "psr-4" : { "ExpertCoder\\ Swiftmailer\\ SendGridBundle\\ " : " src/" }
25- },
26- "autoload-dev" : {
27- "psr-4" : { "ExpertCoder\\ Swiftmailer\\ SendGridBundle\\ Tests\\ " : " tests/" }
28- },
29- "require-dev" : {
30- "nyholm/symfony-bundle-test" : " ^1.3"
31- }
32- }
40+ }
0 commit comments