feat!: add support for php 8.5 ; drop support for php 8.1#754
feat!: add support for php 8.5 ; drop support for php 8.1#754
Conversation
42d3179 to
cc85316
Compare
cc85316 to
dc99d5a
Compare
|
I suggest removing the dependency on laminas-mvc, as an update for PHP 8.5 could take longer or may not happen at all. |
dc99d5a to
69acd65
Compare
|
laminas-modulemanager is in security-only maintenance mode because it is also related to laminas-mvc. Therefore no further developments are to be expected. You can either submit your own improvements/corrections to laminas-modulemanager or remove the dependency here. |
69acd65 to
f9dcbb8
Compare
The PHP version constraint for laminas-json must be update. |
As laminas-json is no more maintained, I suppose that we are stuck |
No problem, it can be fixed. See laminas-loader as example: https://github.com/laminas/laminas-loader/releases/tag/2.12.0 |
@froschdesign do you know when this could be fixed? |
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
f9dcbb8 to
e10e7ca
Compare
Requires:
Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0 laminas/laminas-mvc#184: dependency removedRemove abandoned dependencies (laminas-config, laminas-loader, etc.) laminas/laminas-modulemanager#55: laminas/laminas-modulemanager is using abandoned dependencies:laminas/laminas-modulemanagerdependency removedBecause
laminas/laminas-view ^2.44requireslaminas/laminas-json ^3.3requiresphp ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0, we need to requirelaminas/laminas-view ^3.0andlaminas/laminas-servicemanager ^4.4, butlaminas/laminas-formrequireslaminas/laminas-servicemanager ^3.22.1andlaminas/laminas-i18nrequirelaminas/laminas-servicemanager ^3.21.0