-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Milestone
Description
If I try to install via
require clue/reactphp-sqlite:dev-master
or
require clue/reactphp-sqlite
it (composer) says:
[InvalidArgumentException]
Could not find a matching version of package clue/reactphp-sqlite. Check the package spellin
g, your version constraint and that the package is available in a stability which matches yo
ur minimum-stability (stable).
If I add:
"clue/reactphp-sqlite": "dev-master"
to composer.json file (require section) and run update it says:
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
- The requested package clue/reactphp-sqlite 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 se
tting
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.