So I have a new D8 site that I have built with Composer using the drupal-composer project. I also used Composer to require all of the contrib modules that I needed for my site along with one patch that was needed for one of my contrib modules. I now have my D8 site all working how I want it with my custom content types, menus, languages etc. all using Composer.
Using Composer to update a module in Drupal 8.7.7, I get the following error:
Problem 1
- The requested package symfony/debug (locked at v4.3.4, required as ^3.4.0) is satisfiable by symfony/debug[v4.3.4] but these conflict with your requirements or minimum-stability.
I am trying to create a site with Drupal and I am facing a problem that I would like you to help me solve.
For my articles I have created a vocabulary to which terms must be added during publications. After publication, the terms are displayed as links to https://domain/taxonomy/term/number-of-term
I would like that when you click on each term, its address displays all the articles tagged with that term.