Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinciukas1991 committed Oct 1, 2016
1 parent 11e5998 commit 4dda2e1
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "povils/omnipay-paysera",
"type": "library",
"description": "Paysera gateway for Omnipay payment processing library",
"keywords": [
"paysera",
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"purchase"
],
"homepage": "https://github.com/povils/omnipay-paysera",
"license": "MIT",
"authors": [
{
"name": "Povilas Susinskas",
"email": "povilassusinskas@gmail.com"
}
],
"autoload": {
"psr-4": {
"Omnipay\\Paysera\\": "src/",
"Omnipay\\Paysera\\Tests\\": "tests/"
}
},
"require": {
"omnipay/common": "~2.0"
},
"require-dev": {
"omnipay/tests": "~2.0"
}
}

0 comments on commit 4dda2e1

Please sign in to comment.