A composer update returs the following:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires plokko/firebase-php ^0.4.0 -> satisfiable by plokko/firebase-php[0.4.0].
- plokko/firebase-php 0.4.0 requires firebase/php-jwt ^6.4 -> found firebase/php-jwt[v6.4.0, ..., v6.11.1] but these were not loaded, because they are affected by security advisories ("PKSA-y2cr-5h3j-g3ys"). Go to https://packagist.org/security-advisories/ to find advisory details. To ignore the advisories, add them to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
Can we change the dependency to ^7.0 or does that break something?
A composer update returs the following:
Can we change the dependency to ^7.0 or does that break something?