Skip to content

Commit

Permalink
Minor composer.json adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeymitr committed Mar 8, 2017
1 parent b3e4362 commit 5467c59
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"name": "Automile",
"email": "[email protected]",
"homepage": "https://automile.com"
}
],
Expand All @@ -21,7 +19,6 @@
"autoload": {
"psr-4": { "Automile\\Sdk\\" : "lib/" }
},
"version": "0.1",
"scripts": {
"test": [
"cd tests && ../../vendor/bin/phpunit --testsuite unit",
Expand Down

0 comments on commit 5467c59

Please sign in to comment.