Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thorewi committed Feb 28, 2017
1 parent 53930ad commit 9d2e90a
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,21 @@
"name": "adt/smartemailing",
"type": "library",
"description": "Easy way to interact with SmartEmailing API from PHP",
"keywords": ["nextras", "appsdevteam", "nette", "smartemailing"],
"license": ["MIT"],
"authors": [
{
"name": "Adam Stepanek",
"email": "[email protected]",
"homepage": "http://appsdevteam.com"
},
{
"name": "Tomas Kudelka",
"email": "[email protected]",
"homepage": "http://appsdevteam.com"
"name": "Apps Dev Team",
"email": "[email protected]",
"homepage": "https://www.appsdevteam.com"
}
],
"minimum-stability": "stable",
"require": {
"nette/application": "~2.2",
"nette/component-model": "~2.2",
"nette/utils": "~2.2",
"nextras/latte-macros": "~1.1.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"autoload": {
"psr-4": { "ADT\\": "src/" }
}
Expand Down

0 comments on commit 9d2e90a

Please sign in to comment.