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

Packagist out of date #39

Closed
alexdenvir opened this issue Jun 29, 2012 · 1 comment
Closed

Packagist out of date #39

alexdenvir opened this issue Jun 29, 2012 · 1 comment

Comments

@alexdenvir
Copy link

It appears packagist is out of date for both DoctrineModule and DoctrineORM module.

My project composer.json includes has DoctrineModule and DoctrineORMModule set to dev-master.

Output of "php composer.phar show doctrine/DoctrineModule":

name     : doctrine/DoctrineModule
descrip. : Zend Framework 2 Module that provides Doctrine basic functionality required for ORM and ODM modules
keywords : zf2, module, doctrine
versions : * dev-master, 0.4.0, 0.3.1, 0.3.0, 0.2.1, 0.2.0, 0.1.0
type     : library
license  : MIT
source   : [git] git://github.com/doctrine/DoctrineModule.git 46b44060a6311658caeb03190c034b9ea38856f7
dist     : [zip] https://github.com/doctrine/DoctrineModule/zipball/46b44060a6311658caeb03190c034b9ea38856f7 46b44060a6311658caeb03190c034b9ea38856f7
names    : doctrine/doctrinemodule

autoload
psr-0
DoctrineModule => src/
DoctrineModuleTest => tests/
classmap
./

requires
php >=5.3.3
doctrine/common 2.*
doctrine/data-fixtures dev-master
symfony/yaml 2.0.*
symfony/console 2.0.*

As a result, when I run "php composer.phar update" DoctrineModule is out of date, and hasn't brought in the fixed use statements for Zend\Stdlib\Options.

Is this actually an issue with composer/packagist, or are the service hooks not working correctly to update packagist or something like that?

@Ocramius
Copy link
Member

Packagist's page reports that the modules are up to date... Could you please open an issue on the composer repo?

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

2 participants