-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 966 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
34
35
36
{
"name": "jumprock_packages/jumprock-woocommerce",
"type": "wordpress-muplugin",
"description": "Bundle of Woocommerce Depencies for every WP project",
"keywords": ["wordpress", "plugin", "woocommerce"],
"homepage": "http://jumpgroup.it",
"license": "MIT",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "composer",
"url": "https://wp-languages.github.io"
}
],
"require": {
"php": ">=7.4",
"wpackagist-plugin/woocommerce":"^9.5",
"wpackagist-plugin/yikes-inc-easy-custom-woocommerce-product-tabs": "1.8.*",
"koodimonni-plugin-language/woocommerce-it_it": "^9.5",
"wpackagist-plugin/duracelltomi-google-tag-manager":"1.20.*"
},
"autoload": {
"psr-4": {
"JumpGroup\\Woocommerce\\": "src/"
}
},
"config": {
"allow-plugins": {
"koodimonni/composer-dropin-installer": true,
"composer/installers": true
}
}
}