Replies: 1 comment
-
Hi, @User9511 Can I ask you, if you executed If yes, you should use So to install
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Guys,
I've followed these steps to install the magento2-module-pagebuildersourcecode but i'm getting this error, I've seen some other comments of other people who are having the same issue, my composer is up to date.
./composer.json has been created
Running composer update markshust/magento2-module-pagebuildersourcecode
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- markshust/magento2-module-pagebuildersourcecode 1.0.0 requires magento/framework 102.0.1.* -> could not be found in any version, there may be a typo in the package name.
- markshust/magento2-module-pagebuildersourcecode 1.0.1 requires magento/framework 102.0.* -> could not be found in any version, there may be a typo in the package name.
- markshust/magento2-module-pagebuildersourcecode 1.0.2 requires php ^7.1 -> your php version (8.1.1) does not satisfy that requirement.
- markshust/magento2-module-pagebuildersourcecode[1.0.3, ..., 1.0.5] require magento/framework >=100 -> could not be found in any version, there may be a typo in the package name.
- Root composer.json requires markshust/magento2-module-pagebuildersourcecode * -> satisfiable by markshust/magento2-module-pagebuildersourcecode[1.0.0, ..., 1.0.5].
Potential causes:
see https://getcomposer.org/doc/04-schema.md#minimum-stability for more details.
Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require markshust/magento2-module-pagebuildersourcecode:*" to figure out if any version is installable, or "composer require markshust/magento2-module-pagebuildersourcecode:^2.1" if you know which you need.
Installation failed, deleting ./composer.json.
https://github.com/markshust/magento2-module-pagebuildersourcecode?tab=readme-ov-file#requirements
Beta Was this translation helpful? Give feedback.
All reactions