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

Console Highlighter Deprecated #624

Closed
PeterDKC opened this issue Apr 5, 2020 · 2 comments
Closed

Console Highlighter Deprecated #624

PeterDKC opened this issue Apr 5, 2020 · 2 comments

Comments

@PeterDKC
Copy link

PeterDKC commented Apr 5, 2020

It seems the author of https://packagist.org/packages/jakub-onderka/php-console-highlighter has moved his packages around and deprecated a couple? Just started getting this today:

composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package jakub-onderka/php-console-color is abandoned, you should avoid using it. Use php-parallel-lint/php-console-color instead.
Package jakub-onderka/php-console-highlighter is abandoned, you should avoid using it. Use php-parallel-lint/php-console-highlighter instead.
composer depends jakub-onderka/php-console-highlighter
psy/psysh  v0.10.2  requires  jakub-onderka/php-console-highlighter (0.4.*|0.3.*)

I'll be honest I have no idea what it would take to switch to his suggested packages.

https://packagist.org/packages/php-parallel-lint/php-console-color
https://packagist.org/packages/php-parallel-lint/php-console-highlighter

But that seems to be what's necessary to clear the warning. Ideally they're just drop in replacements?...

@bobthecow
Copy link
Owner

It’s already fixed in master. You can switch to @dev if you need it right now, otherwise it’ll land in the next stable release.

@bobthecow bobthecow added the done label Apr 6, 2020
@PeterDKC
Copy link
Author

PeterDKC commented Apr 6, 2020

Ah, very good. Just wanted to make sure you were aware. 🙇 I'll wait for next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants