forked from jdorn/php-reports
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (32 loc) · 974 Bytes
/
composer.json
File metadata and controls
33 lines (32 loc) · 974 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
{
"name": "jdorn/php-reports",
"description": "A PHP framework for displaying reports from any data source, including SQL and MongoDB",
"homepage": "http://jdorn.github.com/php-reports/",
"keywords": ["reports", "mongodb", "sql", "reporting", "csv", "database"],
"license": "LGPL-3.0+",
"authors": [
{
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com"
}
],
"require": {
"twig/twig": "1.*",
"swiftmailer/swiftmailer": "5.*",
"mikecao/flight": "dev-master",
"jdorn/sql-formatter": "dev-master",
"jdorn/file-system-cache": "dev-master",
"phpoffice/phpexcel": "dev-develop",
"adodb/adodb-php": "dev-master",
"lespoilus/spyc": "dev-master",
"google/apiclient": "1.1.4"
},
"autoload": {
"files": [
"../../adodb/adodb-php/pivottable.inc.php"
],
"classmap": [
"../file-system-cache"
]
}
}