Skip to content

Commit

Permalink
Merge pull request #4 from monosolutions/master
Browse files Browse the repository at this point in the history
Adding tests and the link feature
  • Loading branch information
sanderha authored Jul 15, 2016
2 parents 5eb8bd9 + 5dac40d commit 6087952
Show file tree
Hide file tree
Showing 18 changed files with 2,300 additions and 498 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.idea/
/.idea/
vendor/
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@
"autoload": {
"psr-4": { "Omnipay\\Quickpay\\" : "src/" }
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"require": {
"omnipay/common": "~2.0"
},
"require-dev": {
"omnipay/tests": "~2.0"
}
}
Loading

0 comments on commit 6087952

Please sign in to comment.