-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Describe the change
Zend is transitioning all their sub projects to the linux foundation under the umbrella name laminas. Packagist zendframework/* packages are marked as abandoned.
Current situation
Direct dependencies by balloon v3:
$ cat composer.json | grep zend
"zendframework/zend-mail": "2.9.*",
"zendframework/zend-servicemanager": "^3.4",
"zendframework/zend-diactoros": "^2.1",
"zendframework/zend-httphandlerrunner": "^1.1",
Should
Migrate to laminas packages.
Additional context
See blog post from zend to laminas.
Reactions are currently unavailable