Just installed v2026 but still need to maintain v2024 projects.
v2024 projects now fail to generate with a composer error…
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
Root composer.json requires firebase/php-jwt ^6.3.0, found firebase/php-jwt[v6.3.0, ..., v6.11.1] but these were not loaded, because they are affected by security advisories
I understand what it is saying but I'm not sure how to fix it??
In older versions (< v2026), firebase/php-jwt is used by JWT (REST API). If you check packagist.org, you'll see that all versions < v7 has security issues, so you need to upgrade to v7.
To change the versions, you can use Tools -> Composer Packages to add "firebase/php-jwt" and set the version as "v7.0.0".