I have not used composer before and am wondering how it ties in with module updates.
so if i install a module with composer such as "require drupal/NAME " it will install the module and any of its dependencies ( in my case a library was added in "vendors" )
now when a newer version of the module comes out and i see it on the available updates page if i install the update from that page will it automatically in the background get the new library? or am i now required to update the module with composer from the command line?
Have a website project that I've been automatically logged into so long, while developing it, I can't remember the password. Unrelated issues forced me to clear browser cache, so now I'm locked out and have literally NO idea what password. And the 'reset password' link Does Not work. This is not a project I can feasibly rebuild, so...
Where in a Drupal 8 mysql database (using phpmyadmin) do I go to see/get/change the password?
And what are the steps? I only found stuff for D7.
Trying to upgrade from 8.8.4 to 8.8.5 I get the following messages when updating via composer:
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.
What is the significance? What am I supposed to do to get rid of this message?