Commit History

Author SHA1 Message Date
  Jordi Boggiano b23742e30c Merge remote-tracking branch 'donquixote/feature/psr4-complete' 11 years ago
  Stan Lemon 5fd3223aec Updates per @stof 11 years ago
  Stan Lemon d6c46f2091 Allow the autoloader suffix to be configured from a project's composer.json 11 years ago
  Andreas Hennings c0aad84d8b Validation to make the combination of target-dir with psr-4 illegal. 11 years ago
  Andreas Hennings 39c09d5192 Add psr-4 stuff in a few more places. 11 years ago
  Andreas Hennings bbf6278905 AutoloadGenerator to support PSR-4. Tests included. 12 years ago
  Jordi Boggiano 50fbfe4d63 Filesystem/autoload fixes for windows, refs #2304, #2342, #2365 12 years ago
  Jordi Boggiano 7682bc0d60 Merge remote-tracking branch 'Devolicious/feature/no-prepend' 12 years ago
  Ruud Denivel c7bb3ad746 refactor prepend autoloader from cli option to config var (prepend-autoloader) in composer.json 12 years ago
  Jordi Boggiano 11a0d16ccc CS fixes 12 years ago
  Ruud Denivel 65c10daaf8 disable prepend option on install 12 years ago
  Martin Hasoň 3c0a620ad5 Fixed path analysis 12 years ago
  Nils Adermann 242c58c789 Merge pull request #2179 from naderman/plugins 12 years ago
  Jordi Boggiano 9b70b89b8f Merge pull request #2210 from Firehed/master 12 years ago
  Nils Adermann 786ea2929b Merge remote-tracking branch 'github-composer/master' into plugins 12 years ago
  Nils Adermann 3960edd64e Turn EventDispatcher into generic solution handling plugins as well 12 years ago
  Alan Hollis ede2b37ae2 Fix parse error thrown in PHP5.5+ 12 years ago
  Firehed 046d55e886 Change 'generated' notice to @phpdoc-style annotation 12 years ago
  Benji Schwartz-Gilbert f5048059d8 Fixes the autoload_namespaces generator for packages in the root of the vendor directory 12 years ago
  Andreas Hennings ce8a9aae5b Slightly nicer heredoc in AutoloadGenerator::getIncludePathsFile() 12 years ago
  Andreas Hennings 5369904dd3 autoload_files.php should return an array of files, instead of directly including them. 12 years ago
  Andreas Hennings 8e9bdfb4da Factor the filesCode generation into a separate method. 12 years ago
  Andreas Hennings f98a8f472e Generate an autoload_files.php next to autoload_namespaces.php and autoload_classes.php 12 years ago
  Jordi Boggiano 8d0b7f278e CS fixes 12 years ago
  Taylor Otwell 60cd875cc2 Added "pre-autoload-dump" event. 12 years ago
  Jordi Boggiano 5ba147663d Use ClassLoader::set to initialize the class loader paths 12 years ago
  Jordi Boggiano dc71ba557b Consistently use arrays as paths for a given namespace prefix 12 years ago
  John Boehr caad88c047 Update AutoloadGenerator.php 12 years ago
  Jordi Boggiano 5264d0637b Fix regression added in 33af9eea9550a8a65ece651e5c46e8a5104a8139, fixes #1841 12 years ago
  Jordi Boggiano 566313834a Add workaround for php bug 64634 in copy 12 years ago