1
-
2
1
{
3
- "name" : " sendgrid/php-http-client" ,
4
- "description" : " HTTP REST client, simplified for Python" ,
5
- "type" : " library" ,
6
- "version" : " 1.0.0" ,
7
- "homepage" : " http://github.com/sendgrid/php-http-client" ,
8
- "license" : " MIT" ,
9
- "keywords" : [" SendGrid" , " HTTP" , " REST" , " API" , " Fluent" ],
10
- "require" : {
11
- "php" : " >=5.3"
12
- },
13
- "authors" : [
14
- {
2
+ "name" : " sendgrid/php-http-client" ,
3
+ "description" : " HTTP REST client, simplified for Python" ,
4
+ "type" : " library" ,
5
+ "version" : " 1.0.0" ,
6
+ "require-dev" : {
7
+ "phpunit/phpunit" : " ^5.2" ,
8
+ "squizlabs/php_codesniffer" : " ^2.5"
9
+ },
10
+ "homepage" : " http://github.com/sendgrid/php-http-client" ,
11
+ "keywords" : [" SendGrid" , " HTTP" , " REST" , " API" , " Fluent" ],
12
+ "license" : " MIT" ,
13
+ "authors" : [
14
+ {
15
15
"name" : " Matt Bernier" ,
16
-
17
- "homepage" : " https://www.sendgrid.com" ,
18
- "role" : " Product Manager"
19
- },
20
- {
21
- "name" : " Elmer Thomas" ,
22
-
23
- "homepage" : " https://www.sendgrid.com" ,
24
- "role" : " Developer"
25
- }
26
- ],
27
- "support" : {
28
-
29
- "issues" : " https://github.com/sendgrid/php-http-client/issues" ,
30
- "source" : " https://github.com/php-http-client"
31
- },
32
- "require-dev" : {
33
- "phpunit/phpunit" : " ~4.4" ,
34
- "squizlabs/php_codesniffer" : " 2.*"
35
- },
36
- "autoload" : {
37
- "psr-0" : {"SendGrid" : " lib/" }
38
- }
39
- }
16
+
17
+ },
18
+ {
19
+ "name" : " Elmer Thomas" ,
20
+
21
+ }
22
+ ],
23
+ "require" : {
24
+ "php" : " >=5.3"
25
+ },
26
+ "autoload" : {
27
+ "psr-0" : {
28
+ "SendGrid" : " lib/"
29
+ }
30
+ }
31
+ }
0 commit comments