Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 627908 - dev-php/composer-1.5.1 version bump
Summary: dev-php/composer-1.5.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Guillaume Seren
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-15 07:36 UTC by Tomáš Mózes
Modified: 2017-08-18 20:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2017-08-15 07:36:17 UTC
1.5.1
@alcohol alcohol released this 5 days ago · 13 commits to master since this release

    Fixed regression in GitLabDriver with repos containing >100 branches or tags
    Fixed sub-directory call support to respect the COMPOSER env var


1.5.0
@Seldaek Seldaek released this 7 days ago · 19 commits to master since this release

    Changed the package install order to ensure that plugins are always installed as soon as possible
    Added ability to call composer from within sub-directories of a project
    Added support for GitLab API v4 (v3 will not be supported as of August 22nd)
    Added support for GitLab sub-groups
    Added some more rules to composer validate
    Added support for reading the USER env when guessing the username in composer init
    Added warning when uncompressing files with the same name but difference cases on case insensitive filesystems
    Added htaccess-protect option / COMPOSER_HTACCESS_PROTECT env var to disable the .htaccess creation in home dir (defaults to true)
    Improved clear-cache command
    Minor improvements/fixes and many documentation updates



1.4.3
@Seldaek Seldaek released this 9 days ago · 186 commits to master since this release

    Fixed GitLab URLs
    Fixed root package version detection using latest git versions
    Fixed inconsistencies in date format in composer.lock when installing from source
    Fixed Mercurial support regression
    Fixed exclude-from-classmap not being applied when autoloading files for Composer plugins
    Fixed exclude-from-classmap being ignored when cwd has the wrong case on case insensitive filesystems
    Fixed several other minor issues


1.4.2
@Seldaek Seldaek released this on May 17 · 206 commits to master since this release

    Fixed Bitbucket API handler parsing old deleted branches in hg repos
    Fixed regression in gitlab downloads
    Fixed output inconsistencies
    Fixed unicode handling in init command for author names
    Fixed useless warning when doing partial updates/removes on packages that are not currently installed
    Fixed xdebug disabling issue when combined with disable_functions and allow_url_fopen CLI overrides
Comment 1 Guillaume Seren 2017-08-15 11:20:01 UTC
Hey,
I have checked the work, it is about bumping composer and json-schema,
I will look further if I can do a quick upgrade later today.
Comment 2 Guillaume Seren 2017-08-15 11:49:46 UTC
It was easier than expected here the link [1] to the PR on github.

[1]: https://github.com/gentoo/gentoo/pull/5427
Comment 3 Tomáš Mózes 2017-08-15 12:04:33 UTC
Thanks