-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
34 lines (34 loc) · 1.04 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
{
"name": "ultraleet/woocommerce-erply-integration",
"description": "Woocommerce Erply Integration",
"type": "wordpress-plugin",
"authors": [
{
"name": "Rene Aavik",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.2.0",
"ext-curl": "*",
"php-di/php-di": "^6.0",
"slim/php-view": "^2.2",
"monolog/monolog": "^2.0",
"symfony/routing": "^4.3",
"doctrine/annotations": "^1.7",
"symfony/config": "^4.3",
"ultraleet/wp-scheduler": "^0.1",
"ultraleet/wp-requirements-checker": "^1.0-dev",
"ultraleet/wp-settings": "^0.1.2"
},
"autoload": {
"psr-4": {
"Ultraleet\\WcErply\\": "src/",
"Ultraleet\\WP\\": ["lib/ultraleet/wp/src/", "lib/ultraleet/"],
"Ultraleet\\WP\\WooCommerce\\": "lib/ultraleet/wp-woocommerce/src/",
"Ultraleet\\Erply\\": "lib/ultraleet/erply/src/",
"Ultraleet\\": "src/",
"": "lib/"
}
}
}