Replies: 1 comment
-
We haven't supported 7.0 anymore for a long while, so no pipelines are being ran against those versions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Today I happen to notice that Maatwebsite/Laravel-Excel still says in the
composer.json
to be compatible with PHP 7.0. However you depend on PhpSpreadsheet and they already switched to 7.1+ in1.9.0
and to 7.2+ in1.13.0
. That means that indirectly Laravel-Excel has already been requiring PHP 7.1+ since3.1.18
and PHP 7.2+ since3.1.20
because of the minimum version requirements on PhpSpreadsheet. Don't know if there are pipelines or compatibility checks still being done against PHP 7.0 and 7.1 but if so they could be removed andcomposer.json
updated to require 7.2+.Beta Was this translation helpful? Give feedback.
All reactions