-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
33 lines (33 loc) · 907 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
32
33
{
"name": "strikewood/woocommerce-first-atlantic-commerce",
"description": "First Atlantic Commerce gateway extension for WooCommerce",
"type": "wordpress-plugin",
"keywords": [
"first atlantic commerce",
"payment processing",
"woocommerce",
"wordpress"
],
"homepage": "https://github.com/strikewood/woocommerce-first-atlantic-commerce",
"license": "MIT",
"authors": [
{
"name": "Jan Pingel",
"email": "jan@strikewood.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/strikewood/omnipay-first-atlantic-commerce.git"
}
],
"autoload": {
"classmap": ["includes/"]
},
"require": {
"php": ">=5.6",
"composer/installers": "~1.0",
"strikewood/omnipay-first-atlantic-commerce": "~0.2"
}
}