Hello,
In Process.php line 267:
The command "'composer' 'require' 'makgabophao/apibuilder-plugin' '--update-with-dependencies'" failed.
Exit Code: 2(Misuse of shell builtins)
Working directory: /../.../
Output:
================
Error Output:
================
Using version dev-master for makgabophao/apibuilder-plugin
./composer.json has been updated
Running composer update makgabophao/apibuilder-plugin --with-dependencies
Loading composer repositories with package information
Dependency rainlab/builder-plugin is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency vdomah/jwtauth-plugin is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires makgabophao/apibuilder-plugin dev-master -> satisfiable by makgabophao/apibuilder-plugin[dev-master].
- makgabophao/apibuilder-plugin dev-master requires jbonnydev/userpermissions-plugin ^1.1 -> could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see https://getcomposer.org/doc/04-schema.md#minimum-stability for more details. -
It's a private package and you forgot to add a custom repository to find it
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 makgabophao/apibuilder-plugin:*" to figure out if any version is installable, or "composer require makgabophao/apibuilder-plugin:^2.1" if
you know which you need.Installation failed, reverting ./composer.json and ./composer.lock to their original content.
1-2 of 2