Elendev / composer-push

Provide a `push` command to composer to push to repositories
Apache License 2.0
49 stars 29 forks source link

Abandoned? #85

Open tm1000 opened 1 month ago

tm1000 commented 1 month ago

@Elendev I see you haven't been on github since Feb, 21, 2023

Is this still active?

Elendev commented 1 month ago

Hello @tm1000, I cruelly lack time, I'll try to fix the builds ASAP so that I can pass the PR that are still not merged.

tm1000 commented 1 month ago

@Elendev Hey Jonas! Would you be willing to allow contributors? I forked the project and did a 2.0.0 release under my company's name but I'd love to get it back here

Elendev commented 1 month ago

@tm1000 Hey Andrew, I'd love to continue to have your contributions for this repository. I took the time to fix the build and merge old PRs that were waiting for some times. I started to update the codebase to support the last version of Symfony, PHP and Composer, but since you've already done a version 2.0, before I really work on it, is that what you did (supporting the latest Symfony, PHP and Composer version)?

tm1000 commented 1 month ago

@Elendev thanks! I accepted.

Do you have packagist auto updating enabled? Through webhooks? Asking because if not then if you go away again (we all have a life I get it) I won't be able to publish so just checking!

I did essentially the same as you: https://github.com/clearlyip/composer-push

I can work on migrating it into yours this weekend and getting back

Of note the community still continues to try to get Nexus to support composer: https://github.com/sonatype-nexus-community/nexus-repository-composer/pull/158

Elendev commented 3 weeks ago

@tm1000 you are welcome, thanks for your help!

Packagist will auto update, it has during my last update last week.

If you can work on migrating your version into this repository it would be great.

Concerning Nexus, we've moved away from them due to issue with the support of Drupal's in-house packet manager, we are now using JFrog which offers a better support overall.