-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
51 lines (50 loc) · 1.23 KB
/
composer.json
File metadata and controls
51 lines (50 loc) · 1.23 KB
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": "d3/articlevoucher",
"description": "Allows articles to be used as voucher value",
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"article",
"voucher"
],
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "https://www.d3data.com",
"role": "Owner"
}
],
"support": {
"email": "support@shopmodule.com"
},
"homepage": "https://www.oxidmodule.com/",
"license": [
"proprietary"
],
"suggest": {
},
"require": {
"php": "^8.0",
"ext-sourceguardian": ">=16",
"oxid-esales/oxideshop-ce": "7.0 - 7.4",
"d3/modcfg": "^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~3.13.0",
"boxblinkracer/phpunuhi": "^1.12"
},
"autoload": {
"psr-4": {
"D3\\Articlevoucher\\": ""
}
},
"scripts": {
"php-cs-fixer_audit": "./vendor/bin/php-cs-fixer list-files --config=./vendor/d3/articlevoucher/.php-cs-fixer.php",
"php-cs-fixer_fix": "./vendor/bin/php-cs-fixer fix --config=./vendor/d3/articlevoucher/.php-cs-fixer.php",
"phpunuhi": "./vendor/bin/phpunuhi --configuration=vendor/d3/articlevoucher/phpunuhi.xml validate"
}
}