|
1 | 1 | # PhpSpreadsheet
|
2 | 2 |
|
3 | 3 | [](https://github.com/PHPOffice/PhpSpreadsheet/actions)
|
4 |
| -[](https://scrutinizer-ci.com/g/PHPOffice/PhpSpreadsheet/?branch=master) |
5 |
| -[](https://scrutinizer-ci.com/g/PHPOffice/PhpSpreadsheet/?branch=master) |
| 4 | +[](https://coveralls.io/github/PHPOffice/PhpSpreadsheet?branch=master) |
6 | 5 | [](https://packagist.org/packages/phpoffice/phpspreadsheet)
|
7 | 6 | [](https://packagist.org/packages/phpoffice/phpspreadsheet)
|
8 | 7 | [](https://packagist.org/packages/phpoffice/phpspreadsheet)
|
|
11 | 10 | PhpSpreadsheet is a library written in pure PHP and offers a set of classes that
|
12 | 11 | allow you to read and write various spreadsheet file formats such as Excel and LibreOffice Calc.
|
13 | 12 |
|
| 13 | +This branch (release1291) is *not* the latest version of PhpSpreadsheet, and may therefore lack features and bug fixes found in the latest version. |
| 14 | + |
| 15 | +## Security Changes Only |
| 16 | + |
| 17 | +Except for security changes, no further maintenance will be applied to this branch. |
| 18 | +You are encouraged to upgrade to a maintained branch as soon as possible. |
| 19 | +Maintained branches are master (preferred - version is 5.0.0 as of the date when this is being written), release390 (current version is 3.10.0), and release222 (2.4.0). |
| 20 | + |
| 21 | +Of particular note is that this branch will *not* be updated to avoid deprecation notices about using the `++` operator on strings, a notice about to be introduced with Php 8.5. |
| 22 | + |
14 | 23 | ## PHP Version Support
|
15 | 24 |
|
16 |
| -LTS: Support for PHP versions will only be maintained for a period of six months beyond the |
| 25 | +LTS: For maintained branches, support for PHP versions will only be maintained for a period of six months beyond the |
17 | 26 | [end of life](https://www.php.net/supported-versions) of that PHP version.
|
18 | 27 |
|
19 | 28 | Currently the required PHP minimum version is PHP __7.4__, and we [will support that version](https://www.php.net/eol.php) until 28th June 2023.
|
| 29 | +However, since this branch is no longer maintained, that policy is not enforced. |
20 | 30 |
|
21 | 31 | See the `composer.json` for other requirements.
|
22 | 32 |
|
|
0 commit comments