diff --git a/composer.json b/composer.json index a97225e..3e668cb 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,14 @@ { "name": "automile/automile-php", "description": "Automile API SDK", - "keywords": [ - "php", - "sdk", - "api" - ], + "type": "library", + "keywords": ["php", "sdk", "api"], "homepage": "https://github.com/Automile/automile-php", "license": "MIT", "authors": [ { - "name": "Automile ", + "name": "Automile", + "email": "support@automile.com", "homepage": "https://automile.com" } ], @@ -21,7 +19,6 @@ "autoload": { "psr-4": { "Automile\\Sdk\\" : "lib/" } }, - "version": "0.1", "scripts": { "test": [ "cd tests && ../../vendor/bin/phpunit --testsuite unit",