- Issue created by @vlad.dancer
- Merge request !9Issue #3475193: Require phpoffice/phpspreadsheet ^2.0 β (Merged) created by vlad.dancer
- πΊπ¦Ukraine vlad.dancer Kyiv
For the moment I used this workaround:
composer require phpoffice/phpspreadsheet:'2.2.2 as 1.29.1'
- Status changed to Needs review
3 months ago 10:27am 18 September 2024 - π·π΄Romania claudiu.cristea Arad π·π΄
As we drop support for PhpSpreadsheet 1.x, maybe we should open 2.2.x?
- π·π΄Romania claudiu.cristea Arad π·π΄
Let's drop support for ^1.0 in a new minor version
- Status changed to Needs work
3 months ago 3:28pm 18 September 2024 - π·π΄Romania claudiu.cristea Arad π·π΄
By reading the security advisories, I see that both branches are safe starting with 1.29.1 and 2.2.1. So, I think, we can still keep the module compatible with
>=1.29.1
, which, I think, it's the right thing to do. So, let's change the constraint to:^1.29.1 || ^2.2.1
- Status changed to Needs review
3 months ago 4:01pm 18 September 2024 -
claudiu.cristea β
committed ef5bdce9 on 2.2.x authored by
vlad.dancer β
Issue #3475193 by vlad.dancer, claudiu.cristea: Support PHPSpreadsheet ^...
-
claudiu.cristea β
committed ef5bdce9 on 2.2.x authored by
vlad.dancer β
- Status changed to Fixed
3 months ago 4:11pm 18 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.