2.0.0-alpha3 - released 2020-08-03
Changelog
- Breaking: Zip archives loaded by artifact repositories must now have a composer.json on top level, or a max of one folder on top level of the archive
- Added --no-dev support to
showandoutdatedcommands to skip dev requirements - Added support for multiple --repository flags being passed into the
create-projectcommand, only useful in combination with--add-repositoryto persist them to composer.json - Added a new optional
listAPI endpoint for v2-format Composer repositories, see UPGRADE for details - Fixed
show -acommand not listing anything - Fixed solver bug where it ended in a "Reached invalid decision id 0"
- Fixed updates of git-installed packages on windows
- Lots of minor bug fixes