2020-11-02 22:34:08 by Travis Paul | Files touched by this commit (2) |
Log message:
php-composer: Update to 2.0.4
Upstream release notes:
- Fixed check-platform-req command not being clear on what packages are
checked, and added a --lock flag to explicitly check the locked packages
- Fixed config & create-project adding of repositories to make sure they are
prepended as order is much more important in Composer 2, also added a
--append flag to config to restore the old behavior in the unlikely case
this is needed
- Fixed curl downloader failing on old PHP releases or when using self-signed
SSL certificates
- Fixed Bitbucket API authentication issue
|
2020-10-29 03:34:16 by Travis Paul | Files touched by this commit (2) |
Log message:
php-composer: Update to 2.0.3
Please See Upstream Release Notes:
https://blog.packagist.com/composer-2-0-is-now-available/
|
2020-10-15 03:26:31 by Travis Paul | Files touched by this commit (2) |
Log message:
php-composer: Update to 1.10.15
Upstream Release Notes:
1.10.15
* Fixed path repo version guessing issue
1.10.14
* Fixed version guesser to look at remote branches as well as local ones
* Fixed path repositories version guessing to handle edge cases where version \
is different from the VCS-guessed version
* Fixed COMPOSER env var causing issues when combined with the global command
* Fixed a few issues dealing with PHP without openssl extension (not \
recommended at all but sometimes needed for testing)
|
2020-09-14 21:08:48 by Travis Paul | Files touched by this commit (2) |
Log message:
php-composer: Update to 1.10.13
Upstream Release Notes:
* Fixed regressions with old version validation
* Fixed invalid root aliases not being reported
* Fixed regressions with old version validation
|
2020-09-09 03:31:26 by Travis Paul | Files touched by this commit (2) |
Log message:
php-composer: Update to 1.10.11
Upstream Release Notes:
* Fixed more PHP 8 compatibility issues
* Fixed regression in handling of CTRL-C when xdebug is loaded
* Fixed status handling of broken symlinks
|
2020-08-05 03:27:12 by Travis Paul | Files touched by this commit (2) | |
Log message:
php-composer: Update to 1.10.10
Upstream Release Notes:
* Fixed create-project not triggering events while installing the root package
* Fixed PHP 8 compatibility issue
* Fixed self-update to avoid automatically upgrading to the next major release
once it becomes stable.
|
2020-07-17 02:26:27 by Travis Paul | Files touched by this commit (2) | |
Log message:
php-composer: update to 1.10.9
1.10.9
* Fixed Bitbucket redirect loop when credentials are outdated
* Fixed GitLab auth prompt wording
* Fixed self-update handling of files requiring admin permissions to write to on \
Windows (it now does a UAC prompt)
* Fixed parsing issues in funding.yml files
1.10.8
* Fixed compatibility issue with git being configured to show signatures by default
* Fixed discarding of local changes when updating packages to include untracked files
* Several minor fixes
|
2020-06-03 22:29:56 by Travis Paul | Files touched by this commit (2) | |
Log message:
php-composer: update to 1.10.7
Upstream release notes:
1.10.7
* Fix PHP 8 deprecations
* Fixed detection of pcntl_signal being in disabled_functions when
pcntl_async_signal is allowed
1.10.6
* Fixed version guessing to take composer-runtime-api and
composer-plugin-api requirements into account to avoid selecting
packages which require Composer 2
* Fixed package name validation to allow several dashes following each
other
* Fixed post-status-cmd script not firing when there were no changes to
be displayed
* Fixed composer-runtime-api support on Composer 1.x, the package is now
present as 1.0.0
* Fixed support for composer show --name-only --self
* Fixed detection of GitLab URLs when handling authentication in some
cases
|
2020-04-11 08:37:26 by Travis Paul | Files touched by this commit (2) | |
Log message:
php-composer: Update to 1.10.5
Upstream release notes:
- Fixed self-update on PHP <5.6, seriously please upgrade people, it's time
- Fixed 1.10.2 regression with PATH resolution in scripts
|
2020-04-10 05:20:27 by Travis Paul | Files touched by this commit (2) |
Log message:
php-composer: Update to 1.10.4
Fixed 1.10.2 regression in path symlinking with absolute path repos
|