Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Hennings 5369904dd3 autoload_files.php should return an array of files, instead of directly including them. há 12 anos atrás
  Andreas Hennings 8e9bdfb4da Factor the filesCode generation into a separate method. há 12 anos atrás
  Andreas Hennings f98a8f472e Generate an autoload_files.php next to autoload_namespaces.php and autoload_classes.php há 12 anos atrás
  Jordi Boggiano 8d0b7f278e CS fixes há 12 anos atrás
  Taylor Otwell 60cd875cc2 Added "pre-autoload-dump" event. há 12 anos atrás
  Jordi Boggiano 5ba147663d Use ClassLoader::set to initialize the class loader paths há 12 anos atrás
  Jordi Boggiano dc71ba557b Consistently use arrays as paths for a given namespace prefix há 12 anos atrás
  John Boehr caad88c047 Update AutoloadGenerator.php há 12 anos atrás
  Jordi Boggiano 5264d0637b Fix regression added in 33af9eea9550a8a65ece651e5c46e8a5104a8139, fixes #1841 há 12 anos atrás
  Jordi Boggiano 566313834a Add workaround for php bug 64634 in copy há 12 anos atrás
  Jordi Boggiano 33af9eea95 Always dump packages, even if only an alias is added, fixes #1809 há 12 anos atrás
  Jordi Boggiano 3ce71466f1 Treat empty paths in autoloader as ".", fixes #1727 há 12 anos atrás
  Martin Hasoň 07d2f17afe [Autoload] Make all paths relative for file portability há 12 anos atrás
  Martin Hasoň 48444a028c Added support for vendor dir excluded from working dir há 12 anos atrás
  Sander Marechal 132f2a9d5d Cache getcwd() result há 12 anos atrás
  Sander Marechal c10e25a945 Use cross-platform absolute path check há 12 anos atrás
  Sander Marechal d7697574ff Fix shortest absolute paths from cwd to classmap path há 12 anos atrás
  Jordi Boggiano 3cc5698e7b Allow PHP 5.2 autoloaders to consume namespace, classmap and include path files, fixes #1730 há 12 anos atrás
  Jordi Boggiano d929a0813a Prepend the ClassLoader autoloader to avoid calling other previously registered autoloaders, fixes #1699 há 12 anos atrás
  Jordi Boggiano 87a42c2f01 Fix CS há 12 anos atrás
  Jordi Boggiano 95a6be2396 Merge remote-tracking branch 'mnishihan/master' há 12 anos atrás
  Jordi Boggiano 8d55b9cced Merge remote-tracking branch 'ronnylt/script-event-post-dump-autoload' há 12 anos atrás
  Jordi Boggiano 5a484cb3a9 Make sure target-dir plays well with classmap and files autoload, for root and deps, refs #1550 há 12 anos atrás
  Jordi Boggiano ab1256e135 Merge remote-tracking branch 'cmodijk/master' há 12 anos atrás
  Cliff Odijk 5127fe8359 added type check to autoloader fixes #1504 há 12 anos atrás
  M N Islam Shihan 41e91f3064 Fixed an issue when a phar file is used in "files" option in composer.json há 12 anos atrás
  Pierre du Plessis 84b34b70e0 Add config option to set if the PHP include path should automatically be used when generating the autoloader há 12 anos atrás
  Ronny López f627c3c603 Make Event devMode argument optional (false by default). há 12 anos atrás
  Ronny López e5cbf83185 Added post-autoload-dump script event. há 12 anos atrás
  Jordi Boggiano c80cb76b9b Always prepend autoloaders to avoid tools (i.e. phpunit) taking precedence over the project autoloader há 12 anos atrás