Skip to content

Commit

Permalink
Update composer information for packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
tbolier committed Feb 13, 2018
1 parent 8686875 commit 694425a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ indent_style = space
indent_size = 4

# Matches the exact files
[{composer.json}]
[{composer.json,*.js}]
indent_style = space
indent_size = 2
indent_size = 4
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,28 @@
"name": "tbolier/php-rethink-ql",
"description": "A clean and solid RethinkDB driver for PHP.",
"type": "library",
"license": "Apache-2.0",
"homepage": "https://github.com/tbolier/php-rethink-ql/",
"authors": [
{
"name": "Timon Bolier",
"email": "timonb@gmail.com"
}
],
"keywords": [
"adapter",
"database",
"driver",
"rethinkdb",
"nosql",
"nosql-database",
"php",
"php-rethinkdb",
"php-rethinkdb-driver",
"rethinkdb-adapter",
"reql",
"rethinkdb-ql"
],
"minimum-stability": "dev",
"require": {
"psr/http-message": "^1.0@dev",
Expand All @@ -24,5 +40,10 @@
"TBolier\\RethinkQL\\UnitTest\\": "test/unit/",
"TBolier\\RethinkQL\\IntegrationTest\\": "test/integration/"
}
},
"support": {
"docs": "https://github.com/tbolier/php-rethink-ql/tree/master/docs/",
"issues": "https://github.com/tbolier/php-rethink-ql/issues/",
"source": "https://github.com/tbolier/php-rethink-ql/"
}
}

0 comments on commit 694425a

Please sign in to comment.