-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
49 lines (49 loc) · 1.15 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
{
"name": "wemersonjanuario/laravext",
"description": "Laravel package to interface with Sencha Ext JS framework ",
"keywords": [
"laravel",
"extjs",
"sencha",
"javascript",
"export extjs grid",
"excel",
"pdf",
"xls"
],
"license": "MIT",
"authors": [
{
"name": "Wemerson Januario",
"email": "wemerson.januario@gmail.com",
"homepage": "http://wemersonjanuario.com.br",
"role": "Consultant and Developer"
}
],
"support": {
"issues": "https://github.com/wemersonjanuario/laravext/issues?state=open"
},
"autoload": {
"psr-4": {
"Novanti\\Laravext\\": "src/Novanti/Laravext/"
}
},
"require": {
"php": ">=5.4.0",
"wemersonjanuario/laravelpdf": "1.1.*",
"phpoffice/phpexcel": "1.8.*",
"wemersonjanuario/wkhtmltox-windows-64bit": "0.12.2.4",
"h4cc/wkhtmltopdf-i386": "*",
"h4cc/wkhtmltopdf-amd64": "0.12.3",
"illuminate/support": "~5",
"illuminate/view": "5.x"
},
"minimum-stability": "dev",
"extra": {
"laravel": {
"providers": [
"Novanti\\Laravext\\LaravextServiceProvider"
]
}
}
}