-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I would like to install module by composer with Magento 2.4 and PHP 7.4.10.
There is an error:
- magento/framework 101.0.11 requires php ~7.0.13||~7.1.0||~7.2.0 -> your PHP version (7.4.10) does not satisfy that requirement.
- staempfli/magento2-module-rebuild-url-rewrite 1.1.0 requires magento/framework ~100.1|~101.0 -> satisfiable by magento/framework[101.0.11, 101.0.10, 101.0.9, 100.1.18, 101.0.8, 100.1.17, 101.0.7, 100.1.16, 101.0.6, 100.1.15, 100.1.14, 101.0.5, 101.0.4, 100.1.13, 101.0.3, 100.1.12, 101.0.2, 100.1.11, 100.1.10, 101.0.1, 101.0.0, 100.1.9, 100.1.8, 100.1.7, 100.1.6, 100.1.5, 100.1.4, 100.1.3, 100.1.2, 100.1.1, 100.1.0].
- Installation request for staempfli/magento2-module-rebuild-url-rewrite ^1.1 -> satisfiable by staempfli/magento2-module-rebuild-url-rewrite[1.1.0].
How can i overcome this error?