All Versions
166
Latest Version
Avg Release Cycle
13 days
Latest Release
154 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v1.10.7 Changes
June 03, 2020- Fixed PHP 8 deprecations
- Fixed detection of pcntl_signal being in disabled_functions when pcntl_async_signal is allowed
-
v1.10.6 Changes
May 06, 2020- 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
-
v1.10.5 Changes
April 10, 2020- Fixed self-update on PHP <5.6, seriously please upgrade people, it's time
- Fixed 1.10.2 regression with PATH resolution in scripts
-
v1.10.4 Changes
April 09, 2020- Fixed 1.10.2 regression in path symlinking with absolute path repos
-
v1.10.3 Changes
April 09, 2020- Fixed invalid --2 flag warning in
self-update
when no channel is requested
- Fixed invalid --2 flag warning in
-
v1.10.2 Changes
April 09, 2020- 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
- Added --1 flag to
-
v1.10.1 Changes
March 13, 2020- Fixed path repository warning on empty path when using wildcards
- Fixed superfluous warnings when generating optimized autoloaders
-
v1.10.0 Changes
March 10, 2020- ๐ฅ 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. Read more - โ Added
bearer
auth config to authenticate usingAuthorization: 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
- ๐ฅ Breaking:
-
v1.10.0-RC Changes
February 14, 2020- ๐ฅ Breaking:
composer global exec ...
now executes the process in the current working directory instead of executing it in the global directory. - ๐ Deprecated: 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 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
- โ 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
- ๐ฅ Breaking:
-
v1.9.3 Changes
February 04, 2020- Fixed GitHub deprecation of access_token query parameter, now using Authorization header