appears we are also receive major failures on packages, added the recommended to the "ignore" but continue to get the errors regardless:
Problem 1
- Root composer.json requires symfony/cache ~v7.3.0, found symfony/cache[v7.3.0, ..., v7.3.11] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-z7t6-zt6p-wtng") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
Problem 2
- Root composer.json requires symfony/mime ~v7.3.0, found symfony/mime[v7.3.0, ..., v7.3.11] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-wtxr-p26d-nn42", "PKSA-2n2k-66v2-bwg3") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
Problem 3
- Root composer.json requires symfony/http-foundation ~v7.3.0, found symfony/http-foundation[v7.3.0, ..., v7.3.11] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-y6py-qpv1-h52p") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
Problem 4
- Root composer.json requires symfony/routing ~v7.3.0, found symfony/routing[v7.3.0, ..., v7.3.10] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-bf7t-jnpz-492k", "PKSA-yc7t-91v9-99xs") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
Problem 5
- Root composer.json requires symfony/mailer ~v7.3.0, found symfony/mailer[v7.3.0, ..., v7.3.10] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-28rh-rzzn-djk4") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
Problem 6
- Root composer.json requires symfony/psr-http-message-bridge ~v7.3.0 -> satisfiable by symfony/psr-http-message-bridge[v7.3.0, v7.3.8, v7.3.10].
- symfony/psr-http-message-bridge[v7.3.0, ..., v7.3.10] require symfony/http-foundation ^6.4|^7.0 -> found symfony/http-foundation[v6.4.0, ..., v6.4.41, v7.0.0, ..., v7.4.13] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-y6py-qpv1-h52p") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
Problem 7
- Root composer.json requires symfony/security-bundle ~v7.3.0 -> satisfiable by symfony/security-bundle[v7.3.0, ..., v7.3.10].
- symfony/security-bundle[v7.3.0, ..., v7.3.10] require symfony/http-foundation ^6.4|^7.0 -> found symfony/http-foundation[v6.4.0, ..., v6.4.41, v7.0.0, ..., v7.4.13] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-y6py-qpv1-h52p") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
Problem 8
- Root composer.json requires gedmo/doctrine-extensions ^3.17.0 -> satisfiable by gedmo/doctrine-extensions[3.17.0, ..., v3.22.0].
- gedmo/doctrine-extensions[3.17.0, ..., v3.21.0] require symfony/cache ^5.4 || ^6.0 || ^7.0 -> found symfony/cache[v5.4.0, ..., v5.4.53, v6.0.0, ..., v6.4.41, v7.0.0, ..., v7.4.13] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-z7t6-zt6p-wtng") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
- gedmo/doctrine-extensions v3.22.0 requires symfony/cache ^5.4 || ^6.4 || ^7.3 || ^8.0 -> found symfony/cache[v5.4.0, ..., v5.4.53, v6.4.0, ..., v6.4.41, v7.3.0, ..., v7.4.13, v8.0.0, ..., v8.1.0] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-z7t6-zt6p-wtng") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
"audit": {
"block-insecure": false,
"ignore": [
"PKSA-y6py-qpv1-h52p",
"PKSA-z7t6-zt6p-wtng",
"PKSA-wtxr-p26d-nn42",
"PKSA-bf7t-jnpz-492k",
"PKSA-fp8q-vmhs-msy9",
"PKSA-yc7t-91v9-99xs",
"PKSA-28rh-rzzn-djk4"
]
},