Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
alibo committed Aug 14, 2015
1 parent 6289d93 commit 14fdd7a
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,33 @@
{
"name": "nikapps/nikpay",
"description": "A php package for connecting to Iranian banks for payment ttransactions",
"description": "A php package for connecting to Iranian banks for payment transactions",
"keywords": [
"nikpay",
"shaparak",
"saman",
"pardakht",
"dargah",
"payment",
"bank",
"iran"
],
"license": "MIT",
"authors": [
{
"name": "Ali Borhani",
"email": "aliborhani1@gmail.com"
},
{
"name": "Hossein Moradgholi",
"email": "hossein@moradgholi.com"
}
],
"type": "library",
"minimum-stability": "stable",
"require": {},
"require": {
"php": ">=5.4.0",
"ext-soap": "*"
},
"autoload": {
"psr-4": {
"Nikapps\\NikPay\\": "src/"
Expand Down

0 comments on commit 14fdd7a

Please sign in to comment.