-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Fixed in 2.4.xThe issue has been fixed in 2.4-develop branchThe issue has been fixed in 2.4-develop branchProgress: doneProject: PHP8
Description
Description (*)
In order to support PHP 8, the laminas/laminas-config dependency version should be either updated from "^2.6.0" to "^3.4.0" or removed as a dependency.
See the migration guide provided by laminas: https://docs.laminas.dev/laminas-config/migration/to-v3/
As there are no usages of laminas-config in the codebase, it appears the dependency should be removed
What should be done
- Remove
laminas/laminas-config
fromcomposer.json
- Run
composer update nothing
to update the lock file
Metadata
Metadata
Assignees
Labels
Fixed in 2.4.xThe issue has been fixed in 2.4-develop branchThe issue has been fixed in 2.4-develop branchProgress: doneProject: PHP8