forked from gcoop-libre/suitecrm-utils-package
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 701 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 701 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
{
"name": "gcoop/suitecrm-utils",
"description": "Utilidades para desarrollar en SuiteCRM",
"type": "library",
"require": {
"php": ">=5.5.9",
"kevinrob/guzzle-cache-middleware": "^3.3",
"symfony/cache": "^5.1",
"gmponos/guzzle_logger": "^2.0",
"monolog/monolog": "^2.1",
"spatie/array-to-xml": "^2.14"
},
"license": "GPLv3",
"authors": [
{
"name": "Jose C. Massón",
"email": "jose@gcoop.coop"
}
],
"autoload": {
"psr-4": {
"Gcoop\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Gcoop\\Tests\\": "tests/"
}
}
}