Skip to content

Instantly share code, notes, and snippets.

@alfrekjv
Last active December 14, 2015 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfrekjv/1bb3fcffdd7c9b891e6b to your computer and use it in GitHub Desktop.
Save alfrekjv/1bb3fcffdd7c9b891e6b to your computer and use it in GitHub Desktop.
I'm getting this error while doing composer install
{
"require": {
"guzzle/guzzle": "~3.1",
"stripe/stripe-php": "1.*",
"swiftmailer/swiftmailer": ">=4.2.0,<4.3-dev",
"ppi/framework": "2.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"minimum-stability": "dev"
}
$ sudo php composer.phar update
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 ppi/framework 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://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment