-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·38 lines (38 loc) · 1 KB
/
Copy pathcomposer.json
File metadata and controls
executable file
·38 lines (38 loc) · 1 KB
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
{
"name": "fungio/dataexporter-bundle",
"type": "symfony-bundle",
"description": "Easy export data to CSV, XML, HTML, JSON or XLS",
"keywords": ["exporter","csv","xls", "xml", "json"],
"license": "MIT",
"authors": [
{
"name": "Piotr Antosik",
"email": "mail@piotrantosik.com",
"homepage": "http://piotrantosik.com",
"role": "Developer"
},
{
"name": "Pierrick AUBIN",
"email": "pierrick.aubin@gmail.com",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0",
"symfony/http-foundation": "~4.0|~5.0",
"fungio/excel-bundle": "dev-master"
},
"require-dev": {
"symfony/yaml": "~2.1"
},
"autoload": {
"psr-0": { "Fungio\\DataExporterBundle": "" }
},
"target-dir": "Fungio/DataExporterBundle",
"extra": {
"branch-alias": {
"dev-master": "4.3.x-dev"
}
}
}