Skip to content

Tags: tacman/thanks

Tags

v1.4.0

Toggle v1.4.0's commit message
Bump to PHP 8.1 and add missing return types

v1.3.0

Toggle v1.3.0's commit message
Bump to PHP >= 7.1

v1.2.10

Toggle v1.2.10's commit message
Allow the installation on php 8.

v1.2.9

Toggle v1.2.9's commit message
bug symfony#88 Do not use PreFileDownloadEvent from Composer (emodric)

This PR was merged into the 1.2-dev branch.

Discussion
----------

Do not use PreFileDownloadEvent from Composer

Commits
-------

72e6652 Do not use PreFileDownloadEvent from Composer

v1.2.8

Toggle v1.2.8's commit message
Fix issue on Composer 2

v1.2.7

Toggle v1.2.7's commit message
fix typo

v1.2.6

Toggle v1.2.6's commit message
bug symfony#85 Add support for composer-plugin-api v2 (Ayesh)

This PR was merged into the 1.2-dev branch.

Discussion
----------

Add support for composer-plugin-api v2

Composer version 2 has `composer-plugin-api` version 2, and this plugin attemts to support both API versions.

See [What's new in Composer 2](https://php.watch/articles/composer-2) and [UPGRADE-2.0](https://github.com/composer/composer/blob/master/UPGRADE-2.0.md#for-integrators-and-plugin-authors) for more changes in API.

 - Empty methods `\Symfony\Thanks\Thanks::deactivate()` and `\Symfony\Thanks\Thanks::uninstall()` are added to make it compatible both versions.
 - On Composer v2, `\Hirak\Prestissimo\CurlRemoteFilesystem` is not used in favor of Composer's native `\Composer\Util\HttpDownloader` which make multiple Curl connections.

Related: symfony#84 and composer/composer#8726.

`thanks` 🙏

Commits
-------

7502bef Add support for composer-plugin-api v2

v1.2.5

Toggle v1.2.5's commit message
bug symfony#80 Fetch funding links when needed + fail gracefully (nic…

…olas-grekas)

This PR was merged into the 1.2-dev branch.

Discussion
----------

Fetch funding links when needed + fail gracefully

Closes symfony#79

Commits
-------

59ec80b Fetch funding links when needed + fail gracefully

v1.2.4

Toggle v1.2.4's commit message
bug symfony#77 Fix reporting failures when there is only one (nicolas…

…-grekas)

This PR was merged into the 1.2-dev branch.

Discussion
----------

Fix reporting failures when there is only one

Commits
-------

1baf7fc Fix reporting failures when there is only one

v1.2.3

Toggle v1.2.3's commit message
bug symfony#76 Don't register "fund" command when composer already ha…

…s one (nicolas-grekas)

This PR was merged into the 1.2-dev branch.

Discussion
----------

Don't register "fund" command when composer already has one

As suggested in symfony#73 (comment)

Commits
-------

6ca6fb7 Don't register "fund" command when composer already has one