summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2012-11-09 12:47:47 +0000
committerSimon Holywell <[email protected]>2012-11-09 12:47:47 +0000
commitc954f22aebfdb750967827fee033e35a9151c842 (patch)
tree13391824c2063d6e0ac30a0f1344829ddfbea67a
parent3d71cd8e79078e4a93378c37d169077cc0e561c0 (diff)
Add in type and keywords to composer.json
-rw-r--r--composer.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 5b24af3..5cc3e15 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,8 @@
{
"name": "j4mie/idiorm",
+ "type": "library",
"description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
+ "keywords": ["idiorm", "orm", "query builder"],
"homepage": "http://j4mie.github.com/idiormandparis",
"support": {
"issues": "https://github.com/j4mie/idiorm/issues",