TL;DR: Some "site building things" that are in Drupal 7 Features are not in the Drupal 7 site database, and therefore don't get migrated in a Drupal 7 to Drupal 8/9/10 upgrade.
I have a d7 site, and the time has finally come for the dreaded upgrade to d10 (i have a dev site in d10.2.1).
scenario: i have a “program” page, that has the program description, and a list of news items related to that specific program.
the program is content type “programs” and has a tax tag from vocabulary “Programs”, the news items are content type “newsitems’ also have a tax tag from vocabulary “Programs"
Getting this output:
Problem 1
- zendframework/zend-feed[2.11.0, ..., 2.12.0] require php ^5.6 || ^7.0 -> your php version (8.1.27) does not satisfy that requirement.
- laminas/laminas-feed[2.12.0, ..., 2.12.3] require php ^5.6 || ^7.0 -> your php version (8.1.27) does not satisfy that requirement.
- symfony-cmf/routing[1.4.0, ..., 1.4.1] require php ^5.3.9|^7.0 -> your php version (8.1.27) does not satisfy that requirement.