Skip to content

zendframework/Component_ZendStdlib - Repository not found #141

Description

@vitorbrandao

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions