2012-11-23 19:28:44 +00:00
|
|
|
{
|
2016-06-19 17:26:38 +00:00
|
|
|
"name": "phpoffice/phpspreadsheet",
|
2016-08-13 10:43:52 +00:00
|
|
|
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
2016-08-13 17:22:11 +00:00
|
|
|
"keywords": ["PHP", "OpenXML", "Excel", "xlsx", "xls", "ods", "gnumeric", "spreadsheet"],
|
2016-06-19 17:26:38 +00:00
|
|
|
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
2012-11-23 19:28:44 +00:00
|
|
|
"type": "library",
|
2019-11-17 17:08:34 +00:00
|
|
|
"license": "MIT",
|
2012-11-23 19:28:44 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Maarten Balliauw",
|
2018-10-23 11:26:25 +00:00
|
|
|
"homepage": "https://blog.maartenballiauw.be"
|
2012-11-23 19:28:44 +00:00
|
|
|
},
|
|
|
|
{
|
2016-07-14 21:02:23 +00:00
|
|
|
"name": "Mark Baker",
|
2018-10-23 11:26:25 +00:00
|
|
|
"homepage": "https://markbakeruk.net"
|
2012-11-23 19:28:44 +00:00
|
|
|
},
|
|
|
|
{
|
2012-12-17 23:46:03 +00:00
|
|
|
"name": "Franck Lefevre",
|
2018-10-23 11:26:25 +00:00
|
|
|
"homepage": "https://rootslabs.net"
|
2012-11-23 19:28:44 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Erik Tilt"
|
2018-10-21 12:56:23 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Adrien Crivelli"
|
2012-11-23 19:28:44 +00:00
|
|
|
}
|
|
|
|
],
|
2017-09-11 04:55:25 +00:00
|
|
|
"scripts": {
|
|
|
|
"check": [
|
|
|
|
"php-cs-fixer fix --ansi --dry-run --diff",
|
2020-07-26 05:48:06 +00:00
|
|
|
"phpcs",
|
2017-09-11 04:55:25 +00:00
|
|
|
"phpunit --color=always"
|
2017-10-14 05:57:44 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
|
|
|
"php-cs-fixer fix --ansi"
|
2018-10-21 12:56:23 +00:00
|
|
|
],
|
|
|
|
"versions": [
|
2020-04-27 09:42:32 +00:00
|
|
|
"phpcs --report-width=200 samples/ src/ tests/ --ignore=samples/Header.php --standard=PHPCompatibility --runtime-set testVersion 7.2- -n"
|
2017-09-11 04:55:25 +00:00
|
|
|
]
|
|
|
|
},
|
2012-11-23 19:28:44 +00:00
|
|
|
"require": {
|
2020-04-27 09:42:32 +00:00
|
|
|
"php": "^7.2",
|
2017-10-28 14:22:50 +00:00
|
|
|
"ext-ctype": "*",
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-gd": "*",
|
2016-08-31 20:52:42 +00:00
|
|
|
"ext-iconv": "*",
|
2019-01-02 03:23:34 +00:00
|
|
|
"ext-fileinfo": "*",
|
2017-10-28 14:22:50 +00:00
|
|
|
"ext-libxml": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-SimpleXML": "*",
|
2014-01-03 21:59:32 +00:00
|
|
|
"ext-xml": "*",
|
2017-10-28 14:22:50 +00:00
|
|
|
"ext-xmlreader": "*",
|
2017-03-11 02:48:46 +00:00
|
|
|
"ext-xmlwriter": "*",
|
2017-04-14 05:22:33 +00:00
|
|
|
"ext-zip": "*",
|
2017-10-28 14:22:50 +00:00
|
|
|
"ext-zlib": "*",
|
2020-06-28 07:29:13 +00:00
|
|
|
"maennchen/zipstream-php": "^2.1",
|
2018-11-29 21:25:31 +00:00
|
|
|
"markbaker/complex": "^1.4",
|
2019-11-10 16:04:56 +00:00
|
|
|
"markbaker/matrix": "^1.2",
|
2020-06-29 01:17:58 +00:00
|
|
|
"psr/simple-cache": "^1.0",
|
2020-07-19 02:33:01 +00:00
|
|
|
"psr/http-client": "^1.0",
|
|
|
|
"psr/http-factory": "^1.0"
|
2012-11-23 19:28:44 +00:00
|
|
|
},
|
2015-05-12 06:02:56 +00:00
|
|
|
"require-dev": {
|
2020-04-27 10:28:36 +00:00
|
|
|
"dompdf/dompdf": "^0.8.5",
|
2019-11-10 16:04:56 +00:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.16",
|
2018-01-28 06:59:38 +00:00
|
|
|
"jpgraph/jpgraph": "^4.0",
|
2019-11-10 16:04:56 +00:00
|
|
|
"mpdf/mpdf": "^8.0",
|
|
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
2020-04-27 10:28:36 +00:00
|
|
|
"phpunit/phpunit": "^8.5",
|
2019-11-10 16:04:56 +00:00
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
|
|
"tecnickcom/tcpdf": "^6.3"
|
2015-05-12 06:02:56 +00:00
|
|
|
},
|
2015-05-26 22:49:37 +00:00
|
|
|
"suggest": {
|
|
|
|
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
|
|
|
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
2018-08-19 06:22:21 +00:00
|
|
|
"tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer",
|
2015-05-26 22:49:37 +00:00
|
|
|
"jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers"
|
2012-11-23 19:28:44 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
2015-05-26 20:24:14 +00:00
|
|
|
"psr-4": {
|
2016-08-31 17:18:12 +00:00
|
|
|
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
2012-11-23 19:28:44 +00:00
|
|
|
}
|
2016-08-13 17:22:11 +00:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2016-08-31 17:18:12 +00:00
|
|
|
"PhpOffice\\PhpSpreadsheetTests\\": "tests/PhpSpreadsheetTests"
|
2016-08-13 17:22:11 +00:00
|
|
|
}
|
2012-11-23 19:28:44 +00:00
|
|
|
}
|
2019-07-25 06:12:45 +00:00
|
|
|
}
|