Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zendframework/Component_ZendStdlib - Repository not found #141

Closed
vitorbrandao opened this issue Dec 14, 2015 · 1 comment
Closed

zendframework/Component_ZendStdlib - Repository not found #141

vitorbrandao opened this issue Dec 14, 2015 · 1 comment

Comments

@vitorbrandao
Copy link
Member

Reported by @alfrekjv

I'm getting this error while doing composer install

composer.json
{
    "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.

Also:

  - git://github.com/zendframework/Component_ZendStdlib.git                                                       
    fatal: remote error:                                                                                          
      Repository not found.

and

Warning: require(/var/www/html/vendor/zendframework/zend-stdlib/Zend/Stdlib/compatibility/autoload.php): failed to open stream: No such file or directory in /var/www/html/vendor/composer/autoload_real.php on line 55

Fatal error: require(): Failed opening required '/var/www/html/vendor/zendframework/zend-stdlib/Zend/Stdlib/compatibility/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/vendor/composer/autoload_real.php on line 55
@vitorbrandao
Copy link
Member Author

Fixed by #140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant