forked from SIU-Toba/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
64 lines (63 loc) · 1.92 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
{
"name" : "siu-toba/framework",
"description" : "Framework de desarrollo web",
"authors" : [{
"name" : "SIU",
"email" : "[email protected]"
}
],
"repositories" : [{
"type" : "composer",
"url" : "https://satis.siu.edu.ar"
}],
"minimum-stability" : "dev",
"prefer-stable" : true,
"require" : {
"symfony/yaml": "~3.1",
"siu/security-multitool": "1.0",
"ircmaxell/random-lib" : "dev-master",
"siu-toba/rest": "~2.0",
"siu-toba/ssl-cert-utils": "@dev",
"guzzlehttp/guzzle": "~6.3",
"onelogin/php-saml": "~2.10",
"siu-toba/Numbers_Words": "0.18.0.1",
"guiguiboy/PHP-CLI-Progress-Bar": "dev-master",
"phpoffice/phpexcel": "~1.8",
"dapphp/securimage": "~3.6",
"rospdf/pdf-php": "~0.12",
"siu-toba/Structures_Graph": "^1.1.1.1",
"phpmailer/phpmailer": "~5.2",
"simpletest/simpletest": "~1.1",
"facebook/webdriver" : "~1.4",
"siu-toba/text_highlighter": "~0.7",
"simplesamlphp/simplesamlphp": "~1.14",
"siu-toba/services_json": "^1.0.3.3",
"siu/rdi": "~0.9",
"siu/arai-json-migrator" : "~1.0",
"siu/arai-cli" : "~2.1",
"vlucas/phpdotenv": "~2.0",
"ioncube/php-openssl-cryptor": "dev-master",
"siu/manejador-salida-toba" : "dev-master"
},
"require-dev": {
"greenlion/PHP-SQL-Parser": "@dev"
},
"suggest": {
"siu-toba/jasper": "Permite imprimir reportes via Jasper desde SIU-Toba"
},
"bin": ["bin/toba",
"bin/toba_docker"],
"autoload": {
"psr-4": {
"SIUToba\\Framework\\": "src/SIUToba/"
}
},
"scripts": {
"post-install-cmd": [
"yarn install --non-interactive --modules-folder www/js/packages/"
],
"post-update-cmd": [
"yarn install --non-interactive --modules-folder www/js/packages/"
]
}
}