Skip to content

Commit d20c027

Browse files
committed
chore: updated composer.json file
1 parent 7f4b38b commit d20c027

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "programmatordev/openweathermap-php-api",
3-
"description": "OpenWeatherMap PHP API library.",
3+
"description": "OpenWeatherMap PHP library that provides convenient access to the OpenWeatherMap API",
44
"type": "library",
5-
"keywords": ["OpenWeatherMap", "API", "PHP"],
5+
"keywords": ["OpenWeatherMap", "API", "PHP", "SDK", "PSR-18", "PSR-17", "PSR-6", "PSR-3"],
66
"license": "MIT",
77
"authors": [
88
{
99
"name": "André Pimpão",
10-
"email": "[email protected]"
10+
"email": "[email protected]",
11+
"homepage": "https://programmator.dev/"
1112
}
1213
],
1314
"require": {

0 commit comments

Comments
 (0)