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

[Composer][Packagist] Composer packages aren't in sync #46

Closed
rvitaliy opened this issue Mar 18, 2019 · 3 comments
Closed

[Composer][Packagist] Composer packages aren't in sync #46

rvitaliy opened this issue Mar 18, 2019 · 3 comments

Comments

@rvitaliy
Copy link
Contributor

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
Copy link
Collaborator

theofidry commented Mar 18, 2019

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
Copy link
Collaborator

@bamarni would it be possible to have writes for this package on Packagist as well? Alternatively you can update it yourself

@bamarni
Copy link
Owner

bamarni commented Apr 5, 2019

It seems up-to-date now, @theofidry I've added you on packagist as well

@bamarni bamarni closed this as completed Apr 5, 2019
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

3 participants