Closed fballiano closed 7 months ago
what was the content of the FUNDING.yml at the time you got the error ? I see it changed multiple times.
I had to change it because all my packagist packages were frozen, it was like this:
the problem is the buy_me_a_coffe line, which is supported by github but not by composer, that's why I opened https://github.com/composer/composer/pull/11902
For this, the solution is indeed the PR you opened in composer (and then updating packagist to use the newer version of Composer once the PR is merged)
Ok yeah then I'll close this as the composer issue tracks it.
Ok the fix is now deployed
Hi, I've added github's funding info for my repos, example this one: https://packagist.org/packages/fballiano/magento2-defer-javascripts
but in packagist I see:
github's funding file is: https://github.com/fballiano/magento2-defer-javascripts/blob/master/.github/FUNDING.yml
and it's completely valid and displays correctly on the home page of the repo.
Is buymeacoffe the problem here? I can't use something like:
buy_me_a_coffee: https://www.urloftheprofile.com/blahblah
because it's not supported by github itselfThank you for any info!