This website works better with JavaScript
Home
Explore
Help
Sign In
joker
/
composer
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ceac0ca75b
Branches
Tags
1.10
master
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.10.0-RC
1.9.3
1.9.2
1.9.1
1.9.0
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.7.0-RC
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.6.0-RC
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.3.0-RC
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.2.0-RC
1.1.3
1.1.2
1.1.1
1.1.0
1.1.0-RC
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta2
1.0.0-beta1
1.0.0-alpha11
1.0.0-alpha10
1.0.0-alpha9
1.0.0-alpha8
1.0.0-alpha7
1.0.0-alpha6
1.0.0-alpha5
1.0.0-alpha4
1.0.0-alpha3
1.0.0-alpha2
1.0.0-alpha1
composer
/
CHANGELOG.md
CHANGELOG.md
885 B
History
Raw
1.0.0-alpha2
Added
create-project
command to install a project from scratch with composer
Added automated
classmap
autoloading support for non-PSR-0 compliant projects
Added human readable error reporting when deps can not be solved
Added support for private GitHub and SVN repositories (use --no-interaction for CI)
Added "file" downloader type to download plain files
Added support for authentication with svn repositories
Added autoload support for PEAR repositories
Improved clones from GitHub which now automatically select between git/https/http protocols
Improved
validate
command to give more feedback
Improved the
search
&
show
commands output
Removed dependency on filter_var
Various robustness & error handling improvements, docs fixes and more
1.0.0-alpha1 (2012-03-01)
Initial release