forked from vahidkay-meta/facebook-for-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.18 KB
/
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
34
35
36
37
38
39
40
41
42
{
"name": "facebookincubator/facebook-for-woocommerce",
"description": "Grow your business with Facebook for WooCommerce! This plugin will install a Facebook Pixel and optionally create a shop on your Facebook page.",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/skyverge/wc-plugin-framework"
},
{
"type": "git",
"url": "[email protected]:facebookincubator/facebook-for-woocommerce.git"
},
{
"type": "vcs",
"url": "https://github.com/woocommerce/action-scheduler-job-framework"
}
],
"require": {
"skyverge/wc-plugin-framework": "5.10.0",
"composer/installers": "~1.0",
"php": ">=5.6",
"woocommerce/action-scheduler-job-framework": "2.0.0"
},
"require-dev": {
"woocommerce/woocommerce-sniffs": "0.1.0",
"phpcompatibility/php-compatibility": "~9.3.5",
"lucatume/wp-browser": ">= 2.3.4 <2.4.0"
},
"autoload": {
"psr-4": {
"SkyVerge\\WooCommerce\\Facebook\\": "includes"
}
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}