X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpq-gateway;a=blobdiff_plain;f=composer.json;h=a9189a70520b8572e0981d34de813f1ba4db3332;hp=b5f8bed7bdb3f4d277fe19cd1ee0f8914eda87c7;hb=refs%2Fheads%2Fmapper;hpb=560bcb84b0fca615a86f05cd3b0ef26bf6c22ccf diff --git a/composer.json b/composer.json index b5f8bed..a9189a7 100644 --- a/composer.json +++ b/composer.json @@ -2,8 +2,8 @@ "name": "m6w6/pq-gateway", "type": "library", "description": "Table/row gateway for ext-pq", - "keywords": ["postgres", "orm", "gateway", "pq"], - "homepage": "http://bitbucket.org/mike_php_net/pq-gateway", + "keywords": ["postgres", "postgresql", "orm", "gateway", "pq"], + "homepage": "http://github.com/m6w6/pq-gateway", "license": "BSD-2-Clause", "authors": [ { @@ -14,10 +14,13 @@ "autoload": { "psr-0": { "pq\\Gateway": "lib", - "pq\\Query": "lib" + "pq\\Query": "lib", + "pq\\Mapper": "lib" } }, - "suggest": { - "reactphp/promise": "1.0.*" + "require-dev": { + "react/promise": "~2.2", + "amphp/amp": "^1.0", + "phpunit/phpunit": "~4.7" } }