mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-20 08:21:29 +01:00
Upgrade lib escpos-php
This commit is contained in:
@@ -289,6 +289,7 @@ class PHPExcel_Shared_OLERead {
|
||||
|
||||
$offset += self::PROPERTY_STORAGE_BLOCK_SIZE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1042,6 +1042,7 @@ class PHPExcel_Writer_Excel2007_Chart extends
|
||||
}
|
||||
|
||||
$objWriter->endElement();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1321,6 +1322,7 @@ class PHPExcel_Writer_Excel2007_Chart extends
|
||||
$objWriter->endElement();
|
||||
}
|
||||
$objWriter->endElement();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,38 +1,41 @@
|
||||
{
|
||||
"name": "phpoffice/phpexcel",
|
||||
"description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
||||
"keywords": ["PHP","Excel","OpenXML","xlsx","xls","spreadsheet"],
|
||||
"homepage": "http://phpexcel.codeplex.com",
|
||||
"type": "library",
|
||||
"license": "LGPL",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Maarten Balliauw",
|
||||
"homepage": "http://blog.maartenballiauw.be"
|
||||
},
|
||||
{
|
||||
"name": "Mark Baker"
|
||||
},
|
||||
{
|
||||
"name": "Franck Lefevre",
|
||||
"homepage": "http://blog.rootslabs.net"
|
||||
},
|
||||
{
|
||||
"name": "Erik Tilt"
|
||||
"name" : "phpoffice/phpexcel",
|
||||
"description" : "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
||||
"keywords" : [
|
||||
"PHP",
|
||||
"Excel",
|
||||
"OpenXML",
|
||||
"xlsx",
|
||||
"xls",
|
||||
"spreadsheet"
|
||||
],
|
||||
"homepage" : "http://phpexcel.codeplex.com",
|
||||
"type" : "library",
|
||||
"license" : "LGPL",
|
||||
"authors" : [{
|
||||
"name" : "Maarten Balliauw",
|
||||
"homepage" : "http://blog.maartenballiauw.be"
|
||||
}, {
|
||||
"name" : "Mark Baker"
|
||||
}, {
|
||||
"name" : "Franck Lefevre",
|
||||
"homepage" : "http://blog.rootslabs.net"
|
||||
}, {
|
||||
"name" : "Erik Tilt"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.2.0",
|
||||
"ext-xml": "*",
|
||||
"ext-xmlwriter": "*"
|
||||
"require" : {
|
||||
"php" : ">=5.2.0",
|
||||
"ext-xml" : "*",
|
||||
"ext-xmlwriter" : "*"
|
||||
},
|
||||
"recommend": {
|
||||
"ext-zip": "*",
|
||||
"ext-gd2": "*"
|
||||
"recommend" : {
|
||||
"ext-zip" : "*",
|
||||
"ext-gd2" : "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"PHPExcel": "Classes/"
|
||||
"autoload" : {
|
||||
"psr-0" : {
|
||||
"PHPExcel" : "Classes/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user