forked from mindkomm/timber-integration-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 771 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
{
"name": "lucathiel/timber-integration-woocommerce",
"type": "library",
"description": "WooCommerce integration for Timber.",
"keywords": [
"timber",
"twig",
"integration",
"woocommerce"
],
"license": "MIT",
"authors": [
{
"name": "Lukas Gaechter",
"email": "[email protected]",
"homepage": "https://www.mind.ch"
}
],
"support": {
"issues": "https://github.com/mindkomm/timber-integration-woocommerce/issues",
"source": "https://github.com/mindkomm/timber-integration-woocommerce",
"docs": "https://timber.github.io/docs/integrations/woocommerce"
},
"require": {
"php": "^7.1 || ^8.0"
},
"autoload": {
"psr-4": {
"Timber\\Integrations\\WooCommerce\\": "lib/"
}
}
}