composer update

This commit is contained in:
Manish Verma
2018-12-05 10:50:52 +05:30
parent 9eabcacfa7
commit 4addd1e9c6
3328 changed files with 156676 additions and 138988 deletions

View File

@@ -2,7 +2,7 @@
/**
* PHPExcel
*
* Copyright (C) 2006 - 2014 PHPExcel
* Copyright (c) 2006 - 2015 PHPExcel
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -20,7 +20,7 @@
*
* @category PHPExcel
* @package PHPExcel
* @copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
* @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
* @version ##VERSION##, ##DATE##
*/
@@ -102,6 +102,8 @@ $aTests = array(
, '40duplicateStyle.php'
, '41password.php'
, '42richText.php'
, '43mergeWorkbooks.php'
, '44worksheetInfo.php'
, 'OOCalcReader.php'
, 'OOCalcReaderPCLZip.php'
, 'SylkReader.php'
@@ -127,4 +129,4 @@ foreach ($aTests as $sTest) {
echo shell_exec('php ' . $sTest);
echo "\r\n";
echo "\r\n";
}
}