php / pie

The PHP Installer for Extensions
BSD 3-Clause "New" or "Revised" License
630 stars 18 forks source link

Run `composer bump` #121

Closed TimWolla closed 1 day ago

TimWolla commented 2 days ago

Given that PIE is a project rather than a library and is distributed as a Phar archive, we do not need to keep broad compatibility with older library versions. Run composer bump to prevent accidental downgrades of libraries, by increasing the versions in composer.json to match the currently locked versions in composer.lock.

asgrim commented 1 day ago

Thanks @TimWolla !