forked from Strikewood/omnipay-first-atlantic-commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 792 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
{
"name": "strikewood/omnipay-first-atlantic-commerce",
"description": "First Atlantic Commerce driver for the Omnipay PHP payment processing library",
"keywords": [
"first atlantic commerce",
"fac",
"payment processing",
"omnipay",
"gateway"
],
"homepage": "https://github.com/strikewood/omnipay-first-atlantic-commerce",
"license": "MIT",
"authors": [
{
"name": "Jan Pingel",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4",
"omnipay/common": "~2.3",
"league/iso3166": "~1.0.1"
},
"require-dev": {
"omnipay/tests": "~2.0"
},
"autoload": {
"psr-4": { "Omnipay\\FirstAtlanticCommerce\\" : "src" }
}
}