Skip to content

Commit 694425a

Browse files
committed
Update composer information for packagist
1 parent 8686875 commit 694425a

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ indent_style = space
1313
indent_size = 4
1414

1515
# Matches the exact files
16-
[{composer.json}]
16+
[{composer.json,*.js}]
1717
indent_style = space
18-
indent_size = 2
18+
indent_size = 4

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,28 @@
22
"name": "tbolier/php-rethink-ql",
33
"description": "A clean and solid RethinkDB driver for PHP.",
44
"type": "library",
5+
"license": "Apache-2.0",
6+
"homepage": "https://github.com/tbolier/php-rethink-ql/",
57
"authors": [
68
{
79
"name": "Timon Bolier",
810
"email": "[email protected]"
911
}
1012
],
13+
"keywords": [
14+
"adapter",
15+
"database",
16+
"driver",
17+
"rethinkdb",
18+
"nosql",
19+
"nosql-database",
20+
"php",
21+
"php-rethinkdb",
22+
"php-rethinkdb-driver",
23+
"rethinkdb-adapter",
24+
"reql",
25+
"rethinkdb-ql"
26+
],
1127
"minimum-stability": "dev",
1228
"require": {
1329
"psr/http-message": "^1.0@dev",
@@ -24,5 +40,10 @@
2440
"TBolier\\RethinkQL\\UnitTest\\": "test/unit/",
2541
"TBolier\\RethinkQL\\IntegrationTest\\": "test/integration/"
2642
}
43+
},
44+
"support": {
45+
"docs": "https://github.com/tbolier/php-rethink-ql/tree/master/docs/",
46+
"issues": "https://github.com/tbolier/php-rethink-ql/issues/",
47+
"source": "https://github.com/tbolier/php-rethink-ql/"
2748
}
2849
}

0 commit comments

Comments
 (0)