-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
74 lines (74 loc) · 2.14 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "geminorum/geditorial",
"description": "Our Editorial in WordPress",
"license": "GPL-2.0-or-later",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"editorial",
"meta"
],
"homepage": "https://geminorum.ir/wordpress/geditorial",
"authors": [{
"name": "Nasser Rafie",
"email": "[email protected]",
"homepage": "https://geminorum.ir",
"role": "Developer"
}],
"support": {
"issues": "https://github.com/geminorum/geditorial/issues",
"wiki": "https://github.com/geminorum/geditorial/wiki",
"source": "https://github.com/geminorum/geditorial"
},
"require": {
"php": ">=7.4",
"composer/installers": "^1.0 || ^2.0",
"mustache/mustache": "^2.14.2",
"kzykhys/php-csv-parser": "^1.4.1",
"michelf/php-markdown": "^2.0.0",
"league/html-to-markdown": "^5.1.1",
"tecnickcom/tc-lib-barcode": "^1.18.4",
"hbgl/php-code-128-encoder": "^0.2.7",
"rct567/dom-query": "^1.1",
"jwage/easy-csv": "^1.0",
"jeroendesloovere/vcard": "^1.7.4",
"adbario/php-dot-notation": "^3.3",
"maksimovic/php-xlsx-writer": "^1.0",
"openspout/openspout": "^3.7",
"brick/postcode": "^0.3.1"
},
"require-dev": {
"sabre/vobject": "^4.5.5",
"sinasalek/multi-calendar-date-time": "dev-master",
"php-coord/php-coord": "4.7.1",
"10up/wp-content-connect": "^1.5.0",
"nicmart/string-template": "^0.1.3",
"eluceo/ical": "^2.13.0",
"johngrogg/ics-parser": "^3.4.0",
"farhadi/intl-datetime": "dev-master",
"lawondyss/moment-php": "dev-master",
"seboettg/citeproc-php": "^2.6.2",
"khanamiryan/qrcode-detector-decoder": "^1.0.6",
"mustangostang/spyc": "^0.6.3",
"mpdf/mpdf": "^8.2.3",
"spatie/icalendar-generator": "^2.6.1",
"php-units-of-measure/php-units-of-measure": "^2.1",
"phillipsdata/vin": "^1.0"
},
"config": {
"vendor-dir": "assets/vendor",
"vendor/bin": "assets/bin",
"platform": {
"php": "7.4"
},
"allow-plugins": {
"kylekatarnls/update-helper": true,
"composer/installers": true
}
},
"autoload": {
"psr-4": {
"geminorum\\gEditorial\\": "includes/"
}
}
}