tomphp / TjoAnnotationRouter

ZF2 module to let you configure the router by annotating your controller classes.
MIT License
10 stars 3 forks source link

Couldn't install via composer #3

Open tackevent opened 10 years ago

tackevent commented 10 years ago

It return the following error:

Updating dependencies (including require-dev)

tomphp commented 10 years ago

Does this fail consistently for you? I just ran

composer require tomphp/tjo-annotation-router:dev-master

and it installed perfectly:

./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing zendframework/zendframework (2.2.5)
    Loading from cache

  - Installing doctrine/lexer (v1.0)
    Downloading: 100%         

  - Installing doctrine/annotations (v1.1.2)
    Downloading: 100%         

  - Installing doctrine/collections (v1.1)
    Downloading: 100%         

  - Installing doctrine/cache (v1.3.0)
    Downloading: 100%         

  - Installing doctrine/inflector (v1.0)
    Downloading: 100%         

  - Installing doctrine/common (v2.4.1)
    Downloading: 100%         

  - Installing tomphp/tjo-annotation-router (dev-master ee32369)
    Cloning ee323691e948d82449287eae5c1ecce80cc90971

zendframework/zendframework suggests installing ircmaxell/random-lib (Fallback random byte generator for Zend\Math\Rand if OpenSSL/Mcrypt extensions are unavailable)
zendframework/zendframework suggests installing ocramius/proxy-manager (ProxyManager to handle lazy initialization of services)
zendframework/zendframework suggests installing zendframework/zendpdf (ZendPdf for creating PDF representations of barcodes)
zendframework/zendframework suggests installing zendframework/zendservice-recaptcha (ZendService\ReCaptcha for rendering ReCaptchas in Zend\Captcha and/or Zend\Form)
Writing lock file
Generating autoload files