[Composer][Packagist] Composer packages aren't in sync
rvitaliy opened this issue · 3 comments
rvitaliy commented
global composer.json
:
$ cat ~/.composer/composer.json
{
"require": {
"bamarni/composer-bin-plugin": "^1.2"
}
}
current installed version:
$ composer global show | grep bamarni
Changed current directory to ~/.composer
bamarni/composer-bin-plugin v1.2.0
try to update:
$ composer global update
Changed current directory to ~/.composer
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
github current version 1.3
: https://github.com/bamarni/composer-bin-plugin/releases
packagist current version 1.2
: https://packagist.org/packages/bamarni/composer-bin-plugin
theofidry commented
Hm looks like I didn't update the packages I have control on to the new Packagist hook, will try to look into it ASAP
theofidry commented
@bamarni would it be possible to have writes for this package on Packagist as well? Alternatively you can update it yourself
bamarni commented
It seems up-to-date now, @theofidry I've added you on packagist as well