File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ indent_style = space
1313indent_size = 4
1414
1515# Matches the exact files
16- [{composer.json} ]
16+ [{composer.json, * .js } ]
1717indent_style = space
18- indent_size = 2
18+ indent_size = 4
Original file line number Diff line number Diff line change 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" ,
810911 }
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" ,
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}
You can’t perform that action at this time.
0 commit comments