ppi / framework

The PPI Framework Engine
http://www.ppi.io
MIT License
154 stars 30 forks source link

zendframework/Component_ZendStdlib - Repository not found #141

Closed vitorbrandao closed 8 years ago

vitorbrandao commented 8 years ago

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 commented 8 years ago

Fixed by https://github.com/ppi/framework/pull/140