.. |
Autoload
|
Fix optimized autoloader generation for PSR-0 configs that include non-existent dirs, fixes #1286
|
2012-11-27 14:23:10 +01:00 |
Command
|
Merge pull request #1380 from bamarni/depends-local
|
2012-12-03 08:09:00 -08:00 |
Config
|
Added addLink and removeLink to Configuration Source Interface
|
2012-11-14 09:03:11 -08:00 |
Console
|
Enforce a UTC timezone if none is set to prevent misconfigured php from blowing up, refs #923
|
2012-11-20 14:45:40 +01:00 |
DependencyResolver
|
Add warning for invalid chars in package names
|
2012-11-22 19:50:27 +01:00 |
Downloader
|
Fix commit logs display with svn
|
2012-12-05 16:55:48 +01:00 |
IO
|
Add handling for backspace chars in BufferIO
|
2012-11-11 15:05:27 +01:00 |
Installer
|
Solving the issue #1387
|
2012-12-05 12:35:10 -02:00 |
Json
|
Fix handling of arrays in json manipulator
|
2012-11-13 12:49:23 +01:00 |
Package
|
Update src/Composer/Package/Locker.php
|
2012-12-03 14:51:45 +01:00 |
Repository
|
fixed detection of inactive branches in hg
|
2012-12-03 01:21:56 +01:00 |
Script
|
Pass the current dev mode to the event dispatcher, which in turn passes it to the events fired. This can be fetched in scripts to check which mode we are currently in
|
2012-11-15 17:16:25 +01:00 |
Util
|
Add support for headers as strings to avoid regressions, refs #1387
|
2012-12-05 16:57:54 +01:00 |
Cache.php
|
Clear cached files when they fail to extract or validate, refs #941
|
2012-12-05 10:10:54 +01:00 |
Compiler.php
|
Fix phar compilation
|
2012-08-21 10:44:05 +02:00 |
Composer.php
|
Rename Package interfaces to reduce BC issues
|
2012-08-24 02:29:31 +02:00 |
Config.php
|
Make config command list all values in the config (aggregated defaults + global [+ local])
|
2012-11-30 16:21:08 +01:00 |
Factory.php
|
Made getComposerFile static.
|
2012-12-02 16:24:39 -08:00 |
Installer.php
|
Add support for batch notifications
|
2012-11-28 18:44:49 +01:00 |