You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.
While installing zf-console I ran into some abandoned packages and found that zf-deploy is using it.
vagrant@vagrant:/var/www$ composer require zfcampus/zf-console
Using version ^1.3 for zfcampus/zf-console
./composer.json has been updated
Loading composer repositories with package information Updating dependencies (including require-dev) Nothing to install or update
Package kherge/version is abandoned, you should avoid using it. No replacement was suggested.
Package herrera-io/json is abandoned, you should avoid using it. Use kherge/json instead.
Package herrera-io/phar-update is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
The text was updated successfully, but these errors were encountered:
I came across this issue too. Not that this is a major problem. But herrera-io/json is a frequently used package which has a much newer version and this results in unresolvable conflicts in versioning.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While installing
zf-console
I ran into some abandoned packages and found thatzf-deploy
is using it.The text was updated successfully, but these errors were encountered: