-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 loc) · 1.16 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "terminalafrica/terminal-africa",
"description": "Terminal Africa WooCommerce Shipping Plugin",
"version": "1.11.6",
"type": "wordpress-plugin",
"keywords": [
"terminal",
"woocommerce shipping",
"shipping method",
"africa shipping",
"nigeria shipping",
"terminalafrica"
],
"homepage": "https://wordpress.org/plugins/terminal-africa/",
"authors": [
{
"name": "Terminal",
"homepage": "http://www.terminal.africa"
},
{
"name": "Adeleye Ayodeji",
"homepage": "http://www.adeleyeayodeji.com"
}
],
"license": "GPL-2.0+",
"require": {
"php": ">=5.6",
"roots/wordpress": "^6.0"
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"files": [
"app/Helpers/helpers.php"
]
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"wp-phpunit/wp-phpunit": "^6.0",
"yoast/phpunit-polyfills": "^1.0"
},
"scripts": {
"test": [
"phpunit"
],
"phpcs": [
"phpcs -s -p"
]
},
"config": {
"platform": {
"php": "8.0"
},
"sort-packages": true,
"allow-plugins": {
"roots/wordpress-core-installer": true
}
}
}