forked from yithemes/yith-woocommerce-wishlist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 972 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 972 Bytes
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
{
"name": "yith/yith-woocommerce-wishlist",
"type": "wordpress-plugin",
"description": "YITH WooCommerce Wishlist gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies.",
"keywords": [
"wishlist",
"woocommerce",
"products",
"e-commerce",
"shop",
"ecommerce",
"yith"
],
"homepage": "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/",
"license": "GPL-3.0",
"require-dev": {
"phpstan/phpstan": "^2.1",
"phpstan/extension-installer": "^1.4",
"szepeviktor/phpstan-wordpress": "^2.0",
"php-stubs/wordpress-stubs": "^6.9",
"php-stubs/woocommerce-stubs": "^10.5",
"php-stubs/wp-cli-stubs": "^2.12"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}