You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install your module on Adobe Commerce 2.4.5 (p9) but getting the following composer issues:
Problem 1
- truelayer/magento2[1.0.5, ..., 1.0.11, 2.0.0, ..., 2.3.0] require truelayer/client >=1.2.0 -> satisfiable by truelayer/client[v1.2.0, ..., v1.6.0, v2.0.0, ..., v2.6.0].
- truelayer/magento2 1.0.4 requires truelayer/client >=v0.0.4 -> satisfiable by truelayer/client[v0.0.4, v0.0.5, v0.0.6, v1.0.0, ..., v1.6.0, v2.0.0, ..., v2.6.0].
- truelayer/client[v0.0.4, ..., v0.0.6, v1.0.0, ..., v1.6.0] require illuminate/validation ^v6.0|^v7.0|^v8.0|^v9.0 -> satisfiable by illuminate/validation[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16].
- truelayer/client[v2.0.0, ..., v2.6.0] require truelayer/signing ^1.0.0 -> satisfiable by truelayer/signing[v1.0.0].
- illuminate/validation[v7.29.0, ..., v7.30.6, v8.12.0, ..., v8.83.27] require egulias/email-validator ^2.1.10 -> satisfiable by egulias/email-validator[2.1.10, ..., 2.1.25].
- truelayer/signing v1.0.0 requires web-token/jwt-library ^3.3 -> satisfiable by web-token/jwt-library[3.3.0, ..., 3.4.6].
- egulias/email-validator[2.1.10, ..., 2.1.25] require doctrine/lexer ^1.0.1 -> found doctrine/lexer[v1.0.1, ..., 1.2.3] but these were not loaded, likely because it conflicts with another require.
- web-token/jwt-library[3.3.0, ..., 3.4.6] require symfony/console ^5.4|^6.0|^7.0 -> found symfony/console[v5.4.0, ..., v5.4.45, v6.0.0, ..., v6.4.13, v7.0.0, ..., v7.1.6] but these were not loaded, likely because it conflicts with another require.
- illuminate/validation[v6.0.0, ..., v6.19.1] require php ^7.2 -> your php version (8.1.30) does not satisfy that requirement.
- illuminate/validation[v6.20.0, ..., v6.20.44] require symfony/http-foundation ^4.3.4 -> found symfony/http-foundation[v4.3.4, ..., v4.4.49] but these were not loaded, likely because it conflicts with another require.
- illuminate/validation[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.1.30) does not satisfy that requirement.
- illuminate/validation[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.1.30) does not satisfy that requirement.
- illuminate/validation[v9.0.0, ..., v9.52.16] require symfony/http-foundation ^6.0 -> found symfony/http-foundation[v6.0.0, ..., v6.4.13] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires truelayer/magento2 * -> satisfiable by truelayer/magento2[1.0.4, ..., 1.0.11, 2.0.0, 2.1.0, 2.3.0].
Which seem to be related to the module being incompatible with Magento 2.4.5; I also tried installing previous versions of the module, but without luck unfortunately.
Can I check if there is a patch / workaround to make the module compatible with 2.4.5 please?
Thanks,
Andrea Graziano
The text was updated successfully, but these errors were encountered:
Hi all,
I'm trying to install your module on Adobe Commerce 2.4.5 (p9) but getting the following composer issues:
Which seem to be related to the module being incompatible with Magento 2.4.5; I also tried installing previous versions of the module, but without luck unfortunately.
Can I check if there is a patch / workaround to make the module compatible with 2.4.5 please?
Thanks,
Andrea Graziano
The text was updated successfully, but these errors were encountered: