gyselroth / balloon

High performance, feature rich document management system written for the cloud
GNU General Public License v3.0
18 stars 7 forks source link

Migrate zendframework packages to laminas #439

Open raffis opened 4 years ago

raffis commented 4 years ago

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.