inakiabt / etsy-php

Etsy API wrapper for PHP
74 stars 59 forks source link

Composer is not pulling the latest version? #8

Closed ipsod closed 9 years ago

ipsod commented 9 years ago

I'm using to use composer to grab this, but it's not pulling the recent merges. I tried deleting the folder and having composer re-grab it, but it's still getting the old version.

I don't know if this is an issue with the code base. I don't really understand what's happening.

inakiabt commented 9 years ago

Can you post your composer.json dependencies part?

Iñaki Abete

El 21/5/2015, a las 18:20, ipsod notifications@github.com escribió:

I'm using to use composer to grab this, but it's not pulling the recent merges. I tried deleting the folder and having composer re-grab it, but it's still getting the old version.

— Reply to this email directly or view it on GitHub.

ipsod commented 9 years ago
    "require": {
        "inakiabt/etsy-php":"dev-master"
    },
inakiabt commented 9 years ago

Seems like there was a change in Packagist. Now, if you want to have your packagist libraries auto-updated, you have to setup a hook on Github to send every change to Packagist. I added the hook and now you'll be able to get the latest version! Thanks again.