-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
36 lines (36 loc) · 930 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
34
35
36
{
"name": "ellumilel/php-excel-writer",
"description": "Big data Excel writer with small memory consuming",
"keywords": [
"php-excel-writer",
"excel-downloader",
"excel-writer",
"excel",
"export",
"xlsx",
"spreadsheet",
"php-excel",
"big-data"
],
"homepage": "https://github.com/Ellumilel/php-excel-writer",
"license": "MIT",
"authors": [
{
"name": "Denis Tikhonov",
"email": "[email protected]",
"homepage": "https://github.com/Ellumilel/php-excel-writer",
"role": "Author"
}
],
"require-dev": {
"phpunit/phpunit": "~4.8|~5.7|~6.0|^9.4",
"squizlabs/php_codesniffer": "~2.0"
},
"require": {
"php": "^5.4|^7.0|^8.0"
},
"autoload": {
"psr-4": { "Ellumilel\\": "src/" }
},
"minimum-stability": "stable"
}