forked from thegreenter/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 907 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 907 Bytes
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
{
"name": "greenter/sample",
"description": "Greenter Demo",
"keywords": ["samples", "greenter", "facturacion electronica", "sunat"],
"license": "MIT",
"authors": [
{
"name": "Giancarlos Salas",
"email": "giansalex@gmail.com"
}
],
"homepage": "https://github.com/thegreenter/demo",
"type": "project",
"autoload": {
"psr-4": {
"": "src/"
}
},
"require": {
"ext-gd": "*",
"ext-json": "*",
"greenter/greenter": "^3.0",
"greenter/report": "^2.1",
"greenter/htmltopdf": "^2.1",
"greenter/data": "dev-master"
},
"scripts": {
"post-install-cmd": "ComposerScripts::postInstall",
"reset-cache": "ComposerScripts::clearCache"
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true
}
}