hassankhan / config

Config is a lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files
MIT License
971 stars 136 forks source link

Composer Package is not updated #119

Closed jfcherng closed 5 years ago

jfcherng commented 5 years ago

https://packagist.org/packages/hassankhan/config is still on 2.0.0.

filips123 commented 5 years ago

@DavidePastore @hassankhan Yesterday I tried to publish the new version (2.0.1), but I had some issues. It looks like it was not published correctly. 😞 Can you fix this and let me know how should releases be published?

@jfcherng If you need bug fixes from the latest version, you can use dev-develop until release is added.

jfcherng commented 5 years ago

Just a FYI, may be related.

The old github-packagist service has been deprecated. Github now uses webhook to trigger packagist to update the version. This is what I encountered months ago when I push a new tag to my own PHP package on Github.

DavidePastore commented 5 years ago

@filips123 Unfortunately I can't configure the package in this sense (I don't have the rights to see the Settings tab). I'm sure @hassankhan can look into it. Just a note to say: once you create a new release, please merge develop into master, so the README.md file and all the content of the repository is updated on the default branch.

jfcherng commented 5 years ago

closed because I see 2.0.1 on packagist now :)

filips123 commented 5 years ago

@DavidePastore I created new release one hour ago but it is again not updated. Branches are also not updated. What's that? Maybe it takes some time to update?

filips123 commented 5 years ago

Because the version is still not updated, I will reopen the issue.

DavidePastore commented 5 years ago

@filips123 The last version is now available. Maybe we have to wait some hours. 😄 https://packagist.org/packages/hassankhan/config

filips123 commented 5 years ago

@DavidePastore Not hours but days (or week)! 😃 What's this? Versions should be updated instantly.

DavidePastore commented 5 years ago

@filips123 I agree with you. I don't know why it takes so much time. Maybe packagist is experiencing some issues.

filips123 commented 5 years ago

@DavidePastore But other packages seems fine.

Maybe it is because of https://github.com/hassankhan/config/issues/119#issuecomment-460052547. Maybe this repo still uses service which is deprecated (or even removed) so versions aren't updated. But Packagist also maybe manually update versions each week it is now updated.

DavidePastore commented 5 years ago

@hassankhan can you please look into it?

hassankhan commented 5 years ago

Sorry guys, last time I checked the issue I thought it was resolved. I followed @jfcherng's instructions, please let me know if that fixes it.

filips123 commented 5 years ago

I'm closing this issue. I will reopen it if needed.