Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust composer for abandoned dependencies #36671

Closed
phil-davis opened this issue Jan 1, 2020 · 1 comment
Closed

Adjust composer for abandoned dependencies #36671

phil-davis opened this issue Jan 1, 2020 · 1 comment
Assignees
Labels
dependencies php Pull requests that update Php code

Comments

@phil-davis
Copy link
Contributor

composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Package zendframework/zend-filter is abandoned, you should avoid using it. Use laminas/laminas-filter instead.
Package zendframework/zend-inputfilter is abandoned, you should avoid using it. Use laminas/laminas-inputfilter instead.
Package zendframework/zend-servicemanager is abandoned, you should avoid using it. Use laminas/laminas-servicemanager instead.
Package zendframework/zend-stdlib is abandoned, you should avoid using it. Use laminas/laminas-stdlib instead.
Package zendframework/zend-validator is abandoned, you should avoid using it. Use laminas/laminas-validator instead.
Writing lock file
Generating optimized autoload files

With the new decade, some dependencies have changes their names etc.

Adjust composer.json, regenerate composer.lock and test.

@phil-davis phil-davis added dependencies php Pull requests that update Php code labels Jan 1, 2020
@phil-davis phil-davis self-assigned this Jan 1, 2020
@phil-davis
Copy link
Contributor Author

See issue #36676 and PR #36677

Done in needed apps also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies php Pull requests that update Php code
Projects
None yet
Development

No branches or pull requests

1 participant