Package Release Info

php-composer-1.10.6-bp152.1.1

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

php-composer

Change Logs

* Mon May 11 2020 Yunhe Guo <i@guoyunhe.me>
- Version 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
* Sat Apr 11 2020 Yunhe Guo <i@guoyunhe.me>
- Version 1.10.5
  * Fixed self-update on PHP <5.6, seriously please upgrade
  * Fixed 1.10.2 regression with PATH resolution in scripts
* Thu Apr 09 2020 Yunhe Guo <i@guoyunhe.me>
- Version 1.10.4
  * Fixed 1.10.2 regression in path symlinking with absolute path
    repos
- Version 1.10.3
  * Fixed invalid --2 flag warning in self-update when no channel is
    requested
- Version 1.10.2
  * Added --1 flag to self-update command which can be added to
    automated self-update runs to make sure it won't automatically
    jump to 2.0 once that is released
  * Fixed path repository symlinks being made relative when the repo
    url is defined as absolute paths
  * Fixed potential issues when using "composer ..." in scripts and
    composer/composer was also required in the project
  * Fixed 1.10.0 regression when downloading GitHub archives from
    non-API URLs
  * Fixed handling of malformed info in fund command
  * Fixed Symfony5 compatibility issues in a few commands
* Sat Mar 14 2020 Yunhe Guo <i@guoyunhe.me>
- Version 1.10.1
  * Fixed path repository warning on empty path when using wildcards
  * Fixed superfluous warnings when generating optimized autoloaders
- Version 1.10.0
  * Breaking: composer global exec ... now executes the process in
    the current working directory instead of executing it in the
    global directory.
  * Warning: Added a warning when class names are being loaded by a
    PSR-4 or PSR-0 rule only due to classmap optimization, but would
    not otherwise be autoloadable. Composer 2.0 will stop autoloading
    these classes so make sure you fix your autoload configs.
  * Added new funding key to composer.json to describe ways your package's
    maintenance can be funded. This reads info from GitHub's FUNDING.yml
    by default so better configure it there so it shows on GitHub and
    Composer/Packagist
  * Added composer fund command to show funding info of your dependencies
  * Added bearer auth config to authenticate using Authorization:
    Bearer <token> headers
  * Added plugin-api-version in composer.lock so third-party tools can
    know which Composer version was used to generate a lock file
  * Added support for --format=json output for show command when showing
    a single package
  * Added support for configuring suggestions using config command,
    e.g. composer config suggest.foo/bar some text
  * Added support for configuring fine-grained preferred-install using
    config command, e.g. composer config preferred-install.foo/* dist
  * Added @putenv script handler to set environment variables from
    composer.json for following scripts
  * Added lock option that can be set to false, in which case no
    composer.lock file will be generated
  * Added --add-repository flag to create-project command which will
    persist the repo given in --repository into the composer.json of
    the package being installed
  * Fixed issue where --no-dev autoload generation was excluding some
    packages which should not have been excluded
  * Added support for IPv6 addresses in NO_PROXY
  * Added package homepage display in the show command
  * Added debug info about HTTP authentications
  * Added Symfony 5 compatibility
  * Added --fixed flag to require command to make it use a fixed constraint
    instead of a ^x.y constraint when adding the requirement
  * Fixed exclude-from-classmap matching subsets of directories e.g.
    foo/ was excluding foobar/
  * Fixed archive command to persist file permissions inside the zip files
  * Fixed init/require command to avoid suggesting packages which are
    already selected in the search results
  * Fixed create-project UX issues
  * Fixed filemtime for vendor/composer/* files is now only changing
    when the files actually change
  * Fixed issues detecting docker environment with an active open_basedir
* Tue Feb 04 2020 Yunhe Guo <i@guoyunhe.me>
- Version 1.9.3
  * Fixed GitHub deprecation of access_token query parameter, now
    using Authorization header
* Wed Jan 15 2020 Yunhe Guo <i@guoyunhe.me>
- Version 1.9.2
  * Fixed minor git driver bugs
  * Fixed schema validation for version field to allow dev-* versions
    too
  * Fixed external processes' output being formatted even though it
    should not
  * Fixed issue with path repositories when trying to install feature
    branches
* Fri Nov 01 2019 Yunhe Guo <i@guoyunhe.me>
- Version 1.9.1
  * Fixed various credential handling issues with gitlab and github
  * Fixed credentials being present in git remotes in Composer cache
    and vendor directory when not using SSH keys
  * Fixed composer why not listing replacers as a reason something
    is present
  * Fixed various PHP 7.4 compatibility issues
  * Fixed root warnings always present in Docker containers, setting
    COMPOSER_ALLOW_SUPERUSER is not necessary anymore
  * Fixed GitHub access tokens leaking into debug-verbosity output
  * Fixed several edge case issues detecting GitHub, Bitbucket and
    GitLab repository types
  * Fixed Composer asking if you want to use a composer.json in a
    parent directory when ran in non-interactive mode
  * Fixed classmap autoloading issue finding classes located within
    a few non-PHP context blocks (?>...<?php)
* Fri Aug 02 2019 Yunhe Guo <i@guoyunhe.me>
- Version 1.9.0
  * Added a --no-cache flag available on all commands to run with
    the cache disabled
  * Added PHP_BINARY as env var pointing to the PHP process when
    executing Composer scripts as shell scripts
  * Added a use-github-api config option which can set the no-api
    flag on all GitHub VCS repositories declared
  * Added a static helper you can preprend to a script to avoid
    process timeouts, "Composer\\Config::disableProcessTimeout"
  * Added Event::getOriginatingEvent to retrieve an event's original
    event when a script handler forwards to another one
  * Added support for autoloading directly from a phar file
  * Fixed loading order of plugins to always initialize them in order
    of dependencies
  * Fixed various network-mount related issues
  * Fixed --ignore-platform-reqs not ignoring conflict rules against
    platform packages
* Tue Jun 11 2019 Yunhe Guo <i@guoyunhe.me>
- Version 1.8.6
  * Fixed handling of backslash-escapes handling in compoesr.json
    when using the require command
  * Fixed create-project not following classmap-authoritative and
    apcu-autoloader config values
  * Fixed HHVM version warning showing up in some cases when it was
    not in use
Version: 1.10.26-bp153.2.6.1
* Thu May 05 2022 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.10.26
  * Security: Fixed command injection vulnerability in
    HgDriver/GitDriver: CVE-2022-24828 boo#1198494
* Fri Feb 25 2022 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.10.25
  * Fix regression with PHP 8.1.0 and 8.1.1
- Update to version 1.10.24
  * Fixed PHP 8.1 compatibility
- Update to version 1.10.23
  * Security: Fixed command injection vulnerability CVE-2021-41116
Version: 1.10.22-bp151.3.3.1
* Thu Sep 16 2021 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Require php-mbstring as requested in bnc#1187416
* Wed Sep 15 2021 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Version 1.10.22
  * Security: Fixed command injection vulnerability in HgDriver/HgDownloader
    and hardened other VCS drivers and downloaders
    (GHSA-h5h8-pc6h-jvvx / CVE-2021-29472), bnc#1185376
- Version 1.10.21
  * Fixed support for new GitHub OAuth token format
  * Fixed processes silently ignoring the CWD when it does not exist
- Version 1.10.20
  * Fixed exclude-from-classmap causing regex issues when having too many paths
  * Fixed compatibility issue with Symfony 4/5
* Tue Dec 08 2020 Yunhe Guo <i@guoyunhe.me>
- Add provides of php8-composer
- Version 1.10.19
  * Fixed regression on PHP 8.0
- Version 1.10.18
  * Allow installation on PHP 8.0
- Version 1.10.17
  * Fixed Bitbucket API authentication issue
  * Fixed parsing of Composer 2 lock files breaking in some rare conditions
* Mon Oct 26 2020 Yunhe Guo <i@guoyunhe.me>
- Version 1.10.16
  * Added warning to validate command for cases where packages provide/
    replace a package that they also require
  * Fixed JSON schema validation issue with PHPStorm
  * Fixed symlink handling in archive command
- Version 1.10.15
  * Fixed path repo version guessing issue
- Version 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)
* Mon Sep 14 2020 Yunhe Guo <i@guoyunhe.me>
- Version 1.10.13
  * Fixed regressions with old version validation
  * Fixed invalid root aliases not being reported
- Version 1.10.12
  * Fixed regressions with old version validation
- Version 1.10.11
  * Fixed more PHP 8 compatibility issues
  * Fixed regression in handling of CTRL-C when xdebug is loaded
  * Fixed status handling of broken symlinks
* Mon Aug 03 2020 Yunhe Guo <i@guoyunhe.me>
- Version 1.10.10
  * 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 version once it becomes stable
- Version 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
- Version 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
* Wed Jun 03 2020 Yunhe Guo <i@guoyunhe.me>
- Version 1.10.7
  * Fixed PHP 8 deprecations
  * Fixed detection of pcntl_signal being in disabled_functions when
    pcntl_async_signal is allowed