Revisions of php-composer

buildservice-autocommit accepted request 793061 from Yunhe Guo's avatar Yunhe Guo (guoyunhe) (revision 60)
baserev update by copy to link target
Yunhe Guo's avatar Yunhe Guo (guoyunhe) committed (revision 59)
- Version 1.10.5
  * Fixed self-update on PHP <5.6, seriously please upgrade
  * Fixed 1.10.2 regression with PATH resolution in scripts
buildservice-autocommit accepted request 792814 from Yunhe Guo's avatar Yunhe Guo (guoyunhe) (revision 58)
baserev update by copy to link target
Yunhe Guo's avatar Yunhe Guo (guoyunhe) committed (revision 57)
- 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
buildservice-autocommit accepted request 784929 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 56)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 784916 from Yunhe Guo's avatar Yunhe Guo (guoyunhe) (revision 55)
- 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
buildservice-autocommit accepted request 770057 from Yunhe Guo's avatar Yunhe Guo (guoyunhe) (revision 54)
baserev update by copy to link target
Yunhe Guo's avatar Yunhe Guo (guoyunhe) committed (revision 53)
- Version 1.9.3
  * Fixed GitHub deprecation of access_token query parameter, now
    using Authorization header
buildservice-autocommit accepted request 764583 from Yunhe Guo's avatar Yunhe Guo (guoyunhe) (revision 52)
baserev update by copy to link target
Yunhe Guo's avatar Yunhe Guo (guoyunhe) committed (revision 51)
- 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
buildservice-autocommit accepted request 744971 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 50)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 744820 from Yunhe Guo's avatar Yunhe Guo (guoyunhe) (revision 49)
- 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)
buildservice-autocommit accepted request 720723 from Yunhe Guo's avatar Yunhe Guo (guoyunhe) (revision 48)
baserev update by copy to link target
Yunhe Guo's avatar Yunhe Guo (guoyunhe) accepted request 720722 from Yunhe Guo's avatar Yunhe Guo (guoyunhe) (revision 47)
Version 1.9.0
buildservice-autocommit accepted request 709339 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 46)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 45)
Updated phar file
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 709250 from Yunhe Guo's avatar Yunhe Guo (guoyunhe) (revision 44)
- 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
buildservice-autocommit accepted request 692787 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 43)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 692693 from Yunhe Guo's avatar Yunhe Guo (guoyunhe) (revision 42)
- Version 1.8.5
  * HHVM 4.0 is no longer compatible with Composer. Please use PHP instead going forward.
  * Added forward compatibility with upcoming 2.0 changes
  * Fixed support for PHP 7.3-style heredoc/nowdoc syntax changes in autoload generation
  * Fixed require command usage when combined with --ignore-platform-reqs
  * Fixed and cleaned up various Windows junctions handling issues
buildservice-autocommit accepted request 677605 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 41)
baserev update by copy to link target
Displaying revisions 21 - 40 of 80
openSUSE Build Service is sponsored by