Skip to content

Commit 3e52d93

Browse files
Update for Packagist
1 parent d1891f4 commit 3e52d93

File tree

2 files changed

+31
-38
lines changed

2 files changed

+31
-38
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.env
22
*.lock
3-
vendor/
3+
vendor/
4+
*.old

composer.json

+29-37
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,31 @@
1-
21
{
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+
{
1515
"name": "Matt Bernier",
16-
"email": "[email protected]",
17-
"homepage": "https://www.sendgrid.com",
18-
"role": "Product Manager"
19-
},
20-
{
21-
"name": "Elmer Thomas",
22-
"email": "[email protected]",
23-
"homepage": "https://www.sendgrid.com",
24-
"role": "Developer"
25-
}
26-
],
27-
"support": {
28-
"email": "[email protected]",
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+
"email": "[email protected]"
17+
},
18+
{
19+
"name": "Elmer Thomas",
20+
"email": "[email protected]"
21+
}
22+
],
23+
"require": {
24+
"php": ">=5.3"
25+
},
26+
"autoload": {
27+
"psr-0": {
28+
"SendGrid": "lib/"
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)