Skip to content

Commit 25ef5e2

Browse files
committed
update composer.json for packagist
1 parent 0796196 commit 25ef5e2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "yandex/locator",
3+
"type": "library",
34
"description": "PHP-library for interactions with Yandex.Locator",
4-
"minimum-stability": "stable",
55
"keywords": ["api", "yandex", "locator"],
6-
"type": "library",
6+
"license": "The MIT License (MIT)",
77
"authors": [
88
{
99
"name": "Dmitry Kuznetsov",
10-
"email": "[email protected]"
10+
"email": "[email protected]",
11+
"homepage": "http://dmkuznetsov.com"
1112
}
1213
],
1314
"require": {
@@ -17,5 +18,10 @@
1718
"psr-0": {
1819
"Yandex\\Locator": "source/"
1920
}
21+
},
22+
"support": {
23+
"source": "https://github.com/dmkuznetsov/php-yandex-locator",
24+
"issues": "https://github.com/dmkuznetsov/php-yandex-locator/issues",
25+
"wiki": "https://github.com/dmkuznetsov/php-yandex-locator/wiki"
2026
}
2127
}

0 commit comments

Comments
 (0)