Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtech-dobes committed Jun 4, 2012
1 parent e385b3a commit 63a71b4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Markette/Gopay",
"description": "Integrace platebního systému Gopay pro Nette Framework.",
"keywords": ["nette", "eshop", "payment", "gopay"],
"homepage": "http://github.com/Markette/Gopay",
"license": "New BSD",
"authors": [
{
"name": "Vojtěch Dobeš",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"nette/nette": "2.0.*"
},
"autoload": {
"classmap": ["/"]
}
}

0 comments on commit 63a71b4

Please sign in to comment.