-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 946 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": "silverbackstudio/woocommerce-funnels",
"description": "Changes some WooCommerce bits",
"type": "wordpress-plugin",
"license": "GPL",
"authors": [
{
"name": "Brando Meniconi",
"email": "b.meniconi@silverbackstudio.it"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"php": ">=5.6",
"psr/log": "^1.0",
"silverback/wp-helpers": "^5.1.0"
},
"require-dev": {
"wimg/php-compatibility": "^7.1",
"squizlabs/php_codesniffer": "^2.0"
},
"autoload": {
"psr-0": {
"Svbk\\WP\\Plugins\\WooCommerce\\Funnels\\WC_Integration_Funnels": "include/class-wc-integration-funnels.php",
"Svbk\\WP\\Plugins\\WooCommerce\\Funnels\\Sensei_Funnels": "include/class-sensei-funnels.php"
}
}
}