forked from thephpleague/omnipay-payflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 844 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "theiconic/omnipay-payflow",
"type": "library",
"description": "Payflow driver for the Omnipay payment processing library",
"homepage": "https://github.com/theiconic/omnipay-payflow",
"license": "MIT",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/theiconic/omnipay-common/"
},
{
"type": "vcs",
"url": "https://github.com/theiconic/omnipay/"
},
{
"type": "vcs",
"url": "https://github.com/theiconic/omnipay-tests/"
}
],
"autoload": {
"psr-4": { "Omnipay\\Payflow\\" : "src/" }
},
"require": {
"theiconic/omnipay": "^4.0",
"squizlabs/php_codesniffer": "^3"
},
"require-dev": {
"theiconic/omnipay-tests": "^4.1"
}
}