LaravelDaily / Laravel-AdminLTE3-Boilerplate

Boilerplate adminpanel: Laravel 6.0 + AdminLTE 3 (Bootstrap 4) and simple CRUD examples. Based on new QuickAdminPanel 2019.
https://2019.quickadminpanel.com
118 stars 57 forks source link

Outdated packages #17

Open RVP04 opened 4 years ago

RVP04 commented 4 years ago

Outdated package.

Can u please update the composer file

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.

PovilasKorop commented 4 years ago

@RVP04 it's not just updating composer file, it's actually checking the package, testing if there's no errors etc. So can you do that please and open a Pull Request?

RVP04 commented 4 years ago

@PovilasKorop will try

RVP04 commented 4 years ago

I created a new pull request sir

PovilasKorop commented 4 years ago

@RVP04 but you didn't remove the old unneeded "jakub-onderka/php-console-color" package that was referenced. And so now it will use BOTH the old and the new one. I think that "jakub-onderka/php-console-color" was used by some other package that we used, so you would need to investigate which package it was, and maybe that would be updated?

Package version updates can be complex, I agree.

Also, it's just a WARNING, or did it cause an actual bug in your application?