Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dejan9393 committed Sep 23, 2016
0 parents commit 7cea730
Show file tree
Hide file tree
Showing 10 changed files with 809 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.idea/
/vendor/
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "communitybuilders/omnipay-quickstream",
"type": "library",
"description": "Quickstream driver for the Omnipay payment processing library",
"keywords": [
"quickstream",
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"purchase"
],
"homepage": "https://github.com/communitybuilders/omnipay-quickstream",
"license": "MIT",
"authors": [
{
"name": "Dejan Lukic",
"email": "[email protected]"
}
],
"autoload": {
"psr-0": {
"CommunityBuilders\\Omnipay\\Quickstream": "src/"
}
},
"require": {
"omnipay/common": "~2.0"
}
}
Loading

0 comments on commit 7cea730

Please sign in to comment.