1
0
Fork 0
composer/CHANGELOG.md

14 lines
511 B
Markdown
Raw Normal View History

2012-03-05 13:11:42 +00:00
* 1.0.0-alpha2
2012-03-08 17:16:22 +00:00
* Added `create-project` command to install a project from scratch with composer
2012-03-08 00:46:17 +00:00
* Git clones from GitHub automatically select between git/https/http protocols
* Enhanced `validate` command to give more feedback
2012-03-05 13:11:42 +00:00
* Added "file" downloader type to download plain files
2012-03-08 17:16:22 +00:00
* Added support for authentication with svn repositories
2012-03-05 14:13:07 +00:00
* Dependency on filter_var is now optional
2012-03-08 00:46:17 +00:00
* Various robustness & error handling improvements
2012-03-05 13:11:42 +00:00
2012-03-01 18:48:25 +00:00
* 1.0.0-alpha1 (2012-03-01)
* Initial release