Closed
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