composer update
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user