Skip to content

Commit 8d43dde

Browse files
committed
Change plugin description, keywords
1 parent 211ed0e commit 8d43dde

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

composer.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
{
22
"name": "ishan-biztech/cakephp-xero-oauth2",
3-
"description": "XeroOauth2 plugin for CakePHP",
3+
"description": "Xero OAuth2 API plugin for CakePHP 3.x",
44
"type": "cakephp-plugin",
5+
"keywords": [
6+
"cakephp",
7+
"cakephp-plugin",
8+
"xero",
9+
"xero-api",
10+
"oauth2",
11+
"sdk",
12+
"api"
13+
],
514
"license": "MIT",
615
"homepage": "https://github.com/ishan-biztech/cakephp-xero-oauth2",
16+
"authors": [
17+
{
18+
"name": "Ishan Biztech",
19+
"homepage": "https://github.com/ishan-biztech",
20+
"role": "Author"
21+
}
22+
],
723
"support": {
824
"issues": "https://github.com/ishan-biztech/cakephp-xero-oauth2/issues",
925
"source": "https://github.com/ishan-biztech/cakephp-xero-oauth2"

0 commit comments

Comments
 (0)