-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 935 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
37
{
"name": "ilhanaydinli/cargo_tracking_for_woocommerce",
"type": "project",
"description": "With the WooCommerce cargo tracking plugin, you can add as many cargo companies as you want, show cargo tracking links on the front and admin side, and send cargo tracking emails to users.",
"version": "1.0.5",
"keywords": [
"kargo takip",
"kargo",
"woocommerce kargo takip",
"cargo tracking",
"cargo",
"woocommerce cargo tracking",
"woocommerce shipping tracking",
"shipping tracking",
"shipping"
],
"require": {
"php": ">= 7.0"
},
"authors": [
{
"name": "İlhan Aydınlı",
"email": "info@ilhanaydinli.com",
"homepage": "https://ilhanaydinli.com"
}
],
"license": "GPL-3.0",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"CargoTrackingForWooCommerce\\": "app/"
}
},
"require-dev": {
"symfony/var-dumper": "^6.1"
}
}