forked from vahidkay-meta/facebook-for-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 856 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
{
"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"
}
],
"require": {
"skyverge/wc-plugin-framework": "5.5.4",
"composer/installers": "~1.0",
"php": ">=5.6"
},
"require-dev": {
"wp-coding-standards/wpcs": "~2.2.0",
"phpcompatibility/php-compatibility": "~9.3.5",
"lucatume/wp-browser": "^2.2"
}
}