-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
51 lines (51 loc) · 1.17 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
{
"name" : "nfe/woo-nfe",
"description": "WooCommerce extension for the NFe.io API.",
"homepage" : "https://github.com/nfe/woo-nfe",
"type" : "wordpress-plugin",
"keywords": [
"nfe",
"woocommerce",
"shop",
"ecommerce",
"nota fiscal"
],
"license": "GPL-2.0+",
"authors": [
{
"name" : "Team NFe.io",
"homepage": "https://nfe.io/"
},
{
"name" : "Renato Alves",
"homepage": "https://ralv.es/"
},
{
"name" : "Linsmeyer",
"homepage": "https://github.com/linsmeyer/"
}
],
"support": {
"issues": "https://github.com/nfe/woo-nfe/issues",
"forum": "https://wordpress.org/support/plugin/woo-nfe",
"source": "https://github.com/nfe/woo-nfe/"
},
"require": {
"php": "^7",
"composer/installers": "^1.9.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20",
"phpunit/php-code-coverage": "^6.1.4",
"friends-of-phpspec/phpspec-code-coverage": "^4.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"phpcompatibility/php-compatibility": "^9.3",
"wp-coding-standards/wpcs": "^2.3"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}