Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Commit

Permalink
added composer support
Browse files Browse the repository at this point in the history
  • Loading branch information
Exeu committed Aug 13, 2012
1 parent 37cbe6b commit cf2560d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "exeu/amazon-ecs-php",
"type": "library",
"description": "Amazon ECS PHP Library",
"keywords": ["Amazon", "ECS", "Product Advertising", "SOAP"],
"homepage": "https://github.com/Exeu/Amazon-ECS-PHP-Library",
"license": "GPL-3.0",
"authors": [
{
"name": "Jan Eichhorn",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.2.0"
},
"autoload": {
"files": ["lib/AmazonECS.class.php"]
}
}

0 comments on commit cf2560d

Please sign in to comment.