.. |
Autoload
|
Rename include-paths to include-path, add deprecated warnings, only generate file if it is needed
|
2012-04-08 17:42:57 +02:00 |
Command
|
Use pathinfo instead of substr
|
2012-04-09 16:46:25 +02:00 |
Console
|
removed finder use clause as it is not used
|
2012-03-23 11:28:40 -05:00 |
DependencyResolver
|
Fix output
|
2012-04-10 11:52:57 +02:00 |
Downloader
|
[ZipDownloader] If `unzip` command failed, give cleaner error.
|
2012-04-10 15:59:20 +03:00 |
IO
|
Merge pull request #519 from Seldaek/hide_input
|
2012-04-01 14:07:46 -07:00 |
Installer
|
Added ->io to the creation of composer installers to match signature of LibraryInstaller; this will enable users to extend LibraryInstaller and use the same facilities
|
2012-04-07 15:48:31 +02:00 |
Json
|
Fix exception when a json file can not be downloaded
|
2012-04-06 20:05:59 +02:00 |
Package
|
Fix version parser regression, fixes #550
|
2012-04-09 16:00:02 +02:00 |
Repository
|
Fix branch extraction, fixes #565
|
2012-04-12 11:23:56 +02:00 |
Script
|
Register all packages via the autoload generator before dispatching events
|
2012-02-07 11:13:29 +01:00 |
Util
|
Report proper error if a write fails instead of saying the download failed
|
2012-04-10 09:43:47 +02:00 |
Cache.php
|
Add home config key and use it to create the cache instance
|
2012-04-09 16:36:06 +02:00 |
Compiler.php
|
Removed the Symfony2 tests from the phar archive
|
2012-04-02 09:32:24 +03:00 |
Composer.php
|
Add Config class and system-wide config management, fixes #513
|
2012-04-09 16:10:45 +02:00 |
Config.php
|
Config values from local config overwrite global config
|
2012-04-09 21:40:35 +02:00 |
Factory.php
|
Use pathinfo instead of substr
|
2012-04-09 16:46:25 +02:00 |
Installer.php
|
Fix project aliases being redownloaded since they had no version
|
2012-04-10 11:55:34 +02:00 |