Describe the bug
The given composer require command results in an error.
To Reproduce
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Can only install one of: bclibraries/primo-client[v0.3.0, dev-master].
- Can only install one of: bclibraries/primo-client[v0.3.1, dev-master].
- Can only install one of: bclibraries/primo-client[v0.3.2, dev-master].
- Can only install one of: bclibraries/primo-client[v0.3.3, dev-master].
- Installation request for bclibraries/primo-client dev-master -> satisfiable by bclibraries/primo-client[dev-master].
- Installation request for bclibraries/primo-client ^0.3 -> satisfiable by bclibraries/primo-client[v0.3.0, v0.3.1, v0.3.2, v0.3.3].
Installation failed, reverting ./composer.json to its original content.
Recommendation
composer install works as expected if you're using this in a standalone project. Perhaps just update the docs if that's an acceptable installation process. Perhaps add another section for using require to use primo-client in another project.
Describe the bug
The given composer require command results in an error.
To Reproduce
Recommendation
composer installworks as expected if you're using this in a standalone project. Perhaps just update the docs if that's an acceptable installation process. Perhaps add another section for using require to use primo-client in another project.