Revisions of php-composer
Johannes Weberhofer (weberho)
accepted
request 677476
from
Yunhe Guo (guoyunhe)
(revision 40)
- Version 1.8.4 * Fixed long standing solver bug leading to odd solving issues in edge cases, see #7946 * Fixed HHVM support for upcoming releases * Fixed unix proxy for binaries to be POSIX compatible instead of breaking some shells * Fixed invalid deprecation warning for composer-plugin-api * Fixed edge case issues with Windows junctions when working with path repositories
buildservice-autocommit
accepted
request 670508
from
Johannes Weberhofer (weberho)
(revision 39)
baserev update by copy to link target
Johannes Weberhofer (weberho)
committed
(revision 38)
- Version 1.8.3 * Fixed regression when executing partial updates
Johannes Weberhofer (weberho)
committed
(revision 37)
- Version 1.8.2 * Fixed invalid deprecation warning for ext-pdo_mysql and similar * Updated to latest xdebug-handler
Johannes Weberhofer (weberho)
committed
(revision 36)
- Version 1.8.1 * Deprecated support for non-standard package names (anything with uppercase, or no / in it). Make sure to follow the warnings if you see any to avoid problems in 2.0. * Fixed some packages missing from the autoloader config when installing with --no-dev * Fixed support for cloning GitLab repos using OAuth tokens instead of SSH keys * Fixed metapackage installs/updates missing from output * Fixed --with-dependencies / --with-all-dependencies not updating some packages in some edge cases * Fixed compatibility with Symfony 4.2 deprecations * Fixed temp dir not being cleaned up on download error while archiving packages * Updated to latest ca-bundle
buildservice-autocommit
accepted
request 653863
from
Johannes Weberhofer (weberho)
(revision 35)
baserev update by copy to link target
Johannes Weberhofer (weberho)
committed
(revision 34)
Updated content
Johannes Weberhofer (weberho)
accepted
request 653842
from
Yunhe Guo (guoyunhe)
(revision 33)
- Version 1.8.0 * Changed post-package-install / post-package-update event to be fired after the lock file has been updated as opposed to before * Added support for removing packages using a wildcard with the remove command, e.g. composer remove foo/* * Added chat to the list of support channels you can list in composer.json * Added signal handling on require command to restore the composer.json in case of abort * Added --ignore to outdated command to pass one or more packages that you do not want to be listed * Added --no-dev to check-platform-reqs command to skip dev requirements even if they are installed * Added support for running plugin commands from sub-directories within a project much like other Composer commands * Added support for running Composer via phpdbg * Added lib-imagick platform package * Fixed validate command always checking for disabled checks when used with --strict
buildservice-autocommit
accepted
request 646011
from
Johannes Weberhofer (weberho)
(revision 32)
baserev update by copy to link target
Johannes Weberhofer (weberho)
accepted
request 645943
from
Yunhe Guo (guoyunhe)
(revision 31)
- Version 1.7.3 * Fixed handling of replace/conflict rules. This may affect dependency resolution in some edge cases. * Fixed Bitbucket API support and migrated all calls to API v2 as v1 is deprecated * Fixed support for lib-openssl 1.1.1 having only lowercase algorithm names * Fixed escaping of URLs in Perforce and Svn drivers * Fixed show command not respecting --path when a single package name was given * Fixed regression in 1.7.2's handling of metapackages
buildservice-autocommit
accepted
request 631338
from
Dirk Stoecker (dstoecker)
(revision 30)
baserev update by copy to link target
Dirk Stoecker (dstoecker)
accepted
request 630066
from
Yunhe Guo (guoyunhebrave)
(revision 29)
- Version 1.7.2 * Fixed reporting of authentication/rate limiting issues for GitHub API access * Fixed create-project not checking the checking the latest commit out when a cache was already present * Fixed reporting of errors when global command can not switch the working directory * Fixed PHP 5.3 JSON encoding issues with complex unicode character sequences * Updated to latest ca-bundle and xdebug-handler projects, see related changelogs
buildservice-autocommit
accepted
request 628150
from
Johannes Weberhofer (weberho)
(revision 28)
baserev update by copy to link target
Johannes Weberhofer (weberho)
accepted
request 628127
from
Yunhe Guo (guoyunhebrave)
(revision 27)
- Version 1.7.1 * Fixed issue autoloading plugins in require-dev in some conditions * Fixed handling of SSL to repo.packagist.org on very old PHP versions - Version 1.7.0 * Changed default repository URL from packagist.org to repo.packagist.org, this might affect people with strict firewall rules * Changed output from Updating to Downgrading when performing package downgrades, this might affect anything parsing output * Several minor performance improvements * Added the overridden platform config's PHP version in the diagnose command output * Added basic authentication support for mercurial repos * Added explicit i and u aliases for the install and update commands * Added support for show command to output json format with --tree * Added support for {glob,braces} support in the path repository's path argument * Added support in status command for showing diffs in vendor dir even for packages installed as dist/zip archives * Added --remove-vcs flag to create-project command to avoid prompting for keeping VCS files * Added --no-secure-http flag to create-project command to bypass https (use at your own risk) * Added pre-command-run event that lets plugins modify arguments * Added RemoteFilesystem::getRemoteContents extension point * Fixed setting scripts via config command * Fixed --no-plugins not being respected in a few commands
buildservice-autocommit
accepted
request 604701
from
Johannes Weberhofer (weberho)
(revision 26)
baserev update by copy to link target
Johannes Weberhofer (weberho)
accepted
request 604601
from
Yunhe Guo (guoyunhebrave)
(revision 25)
- Remove _service:download_url:composer.phar
Johannes Weberhofer (weberho)
accepted
request 604533
from
Yunhe Guo (guoyunhebrave)
(revision 24)
- Version 1.6.5 * Fixed regression in 1.6.4 causing strange update behaviors with dev packages * Fixed regression in 1.6.4 color support detection for Windows * Fixed issues dealing with broken symlinks when switching branches and using path repositories * Fixed JSON schema for package repositories * Fixed issues on computers set to Turkish locale * Fixed classmap parsing of files using short-open-tags when they are disabled in php - Drop download_url service because it is not accepted by Factory
Johannes Weberhofer (weberho)
accepted
request 596491
from
Yunhe Guo (guoyunhebrave)
(revision 23)
- Use download_url service - Version 1.6.4 * Security fixes in some edge case scenarios, recommended update for all users * Fixed regression in version guessing of path repositories * Fixed removing aliased packages from the repository, which might resolve some odd update bugs * Fixed updating of package URLs for GitLab * Fixed run-script --list failing when script handlers were defined * Fixed init command not respecting the current php version when selecting package versions * Fixed handling of uppercase package names in why/why-not commands * Fixed exclude-from-classmap symlink handling * Fixed filesystem permissions of PEAR binaries * Improved performance of subversion repos * Other minor fixes
buildservice-autocommit
accepted
request 591576
from
Johannes Weberhofer (weberho)
(revision 22)
baserev update by copy to link target
Johannes Weberhofer (weberho)
accepted
request 591557
from
Yunhe Guo (guoyunhebrave)
(revision 21)
- Version 1.6.3 * Fixed GitLab downloads failing in some edge cases * Fixed ctrl-C handling during create-project * Fixed GitHub VCS repositories not prompting for a token in some conditions * Fixed SPDX license identifiers being case sensitive * Fixed and clarified a few dependency resolution error reporting strings * Fixed SVN commit log fetching in verbose mode when using private repositories - Version 1.6.2 * Fixed more autoloader regressions * Fixed support for updating dist refs in gitlab URLs - Version 1.6.1 * Fixed upgrade regression due to some autoloader cleanups * Fixed some overly loose version constraints - Version 1.6.0 * Improved performance of installs and updates from git clones when checking out known commits * Added check-platform-reqs command that checks that your PHP and extensions versions match the platform requirements of the installed packages * Added support for SPDX license identifiers v3.0, deprecates GPL/LGPL/AGPL identifiers, which should now have a -only or -or-later suffix added. * Added --with-all-dependencies to the update and require commands which updates all dependencies of the listed packages, including those that are direct root requirements * Added scripts-descriptions key to composer.json to customize the description and document your custom commands * Added support for the uppercase NO_PROXY env var * Added support for COMPOSER_DEFAULT_{AUTHOR,LICENSE,EMAIL,VENDOR} env vars to pre-populate init command values * Added support for COMPOSER_MEMORY_LIMIT env var to make Composer set the PHP memory limit explicitly * Added support for simple strings for the bin * Added support for local fossil repositories * Added suggestions for alternative spellings when entering packages in init and require commands and nothing can be found * Fixed installed.json data to be sorted alphabetically by package name * Fixed compatibility with Symfony 4.x components that Composer uses - Version 1.5.6 * Fixed root package version guessed when a tag is checked out * Fixed support for GitLab repos hosted on non-standard ports * Fixed regression in require command when requiring unstable packages, part 3 - Version 1.5.5 * Fixed regression in require command when requiring unstable packages, part 2 - Version 1.5.4 * Fixed regression in require command when requiring unstable packages - Version 1.5.3 * Fixed require/remove commands reverting the composer.json change when a non-solver-related error occurs * Fixed GitLabDriver to support installations of GitLab not at the root of the domain * Fixed create-project not following the optimize-autoloader flag of the root package * Fixed Authorization header being forwarded across domains after a redirect * Improved some error messages for clarity
Displaying revisions 41 - 60 of 80