Conversation
9ff3c80 to
8f75e6e
Compare
composer.json
Outdated
| }, | ||
| "require": { | ||
| "php": "~8.1.0 || ~8.2.0 || ~8.3.0", | ||
| "php": "~8.2.0 || ~8.3.0 || ~8.4.0", |
There was a problem hiding this comment.
Why is version 8.1 removed?
There was a problem hiding this comment.
@froschdesign Ocramius recommended removing support for PHP 8.1 in this comment: #98 (comment)
There was a problem hiding this comment.
It can be removed but it should be kept for now:
Ultimately, the support for PHP version 8.1 will be kept in Laminas packages for now, because PHP 8.1 will still receive security fixes until January 1st 2026. This has the added benefit of minimizing the impact on users of Laminas packages. The only limitation right now is for PHPUnit which stays at version 10.
https://getlaminas.org/blog/2025-02-03-summary-of-the-meeting-in-february-2025.html
There was a problem hiding this comment.
Do we need to update PHPUnit from version 9 to 10 in this repository?
|
@cod43156 Compare with: https://github.com/laminas/laminas-diactoros/blob/746db20f063a7cf11c6551c0a6d8aee7ddc7d236/composer.json#L76-L78 |
Signed-off-by: tux-rampage <tuxrampage@gmail.com> Signed-off-by: Raj Mohan R <cod43156@adobe.com>
Signed-off-by: tux-rampage <tuxrampage@gmail.com> Signed-off-by: Raj Mohan R <cod43156@adobe.com>
Signed-off-by: Raj Mohan <cod43156@adobe.com> Signed-off-by: Raj Mohan R <cod43156@adobe.com>
Signed-off-by: Raj Mohan R <cod43156@adobe.com>
Signed-off-by: Raj Mohan R <cod43156@adobe.com>
Signed-off-by: Raj Mohan R <cod43156@adobe.com>
Signed-off-by: Raj Mohan R <cod43156@adobe.com>
Signed-off-by: Raj Mohan R <cod43156@adobe.com>
Signed-off-by: Raj Mohan R <cod43156@adobe.com>
Signed-off-by: Raj Mohan R <cod43156@adobe.com>
Signed-off-by: Raj Mohan R <cod43156@adobe.com>
9f6b56b to
9a361fc
Compare
|
Hi @froschdesign Are we planning to move forward with this PR soon, or is there more information needed from PR provider? |
|
Thank you @glo71317 |
Description
PHP 8.4 Support
closes #97
closes #98