diff --git a/composer.json b/composer.json index b518cbb..174d1be 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,6 @@ { + "name" : "pnx/httpcb", + "description" : "", "require": { "php": ">=7.0.0", "ext-phalcon": ">=3.4.0", @@ -9,5 +11,13 @@ "omines/oauth2-gitlab": "^3.1", "localheinz/json-printer": "^2.0", "sendgrid/sendgrid": "^7.0" - } + }, + "license": "MIT", + "authors": [ + { + "name": "Henrik Hautakoski", + "email": "henrik.hautakoski@gmail.com", + "homepage": "http://shufflingpixels.com" + } + ] }