-
Notifications
You must be signed in to change notification settings - Fork 60
/
composer.json
52 lines (51 loc) · 1.22 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": "eadesignro/module-pdfgenerator",
"description": "The best pdf generator for Magento. EaDesign PDF Generator",
"type": "magento2-module",
"version": "1.2.10",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Eadesigndev\\Pdfgenerator\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "EaDesign",
"email": "[email protected]",
"homepage": "https://www.eadesign.ro/",
"role": "Developer"
}
],
"require": {
"php": "~7.1.3|~7.2.0|~7.3.0",
"magento/module-backend": "101.0.*",
"magento/module-sales": "102.0.*",
"magento/framework": "~102.0.1",
"eadesignro/module-eacore": "^0.2.10",
"mpdf/mpdf": "7.1.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.13.0",
"lusitanian/oauth": "~0.8.10",
"magento/magento2-functional-testing-framework": "2.3.9",
"pdepend/pdepend": "2.5.2",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "~6.5.0",
"sebastian/phpcpd": "~3.0.0",
"squizlabs/php_codesniffer": "3.3.1"
},
"minimum-stability": "dev",
"prefer-stable": true
}