forked from Soapbox/laravel-formatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 870 Bytes
/
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
{
"name": "soapbox/laravel-formatter",
"type": "library",
"description": "A formatting library that converts data output between XML, CSV, JSON, TXT, YAML and a few others.",
"keywords": ["laravel", "formatter", "data", "convert", "csv", "xml", "yaml"],
"homepage": "https://github.com/SoapBox/laravel-formatter",
"license": "MIT",
"version": "2.0",
"authors": [
{
"name": "Graham McCarthy",
"email": "[email protected]",
"homepage": "http://grahammccarthy.com"
},
{
"name": "Jaspaul Bola",
"email": "[email protected]",
"homepage": "http://jaspaulbola.com"
}
],
"require": {
"php": ">=5.4.0",
"league/csv": "~6.0",
"mustangostang/spyc": "0.5.*@dev",
"illuminate/support": ">=4.0"
},
"autoload": {
"psr-0": {
"SoapBox\\Formatter": "src/"
}
},
"minimum-stability": "dev"
}