Christophe Coevoet
|
66b83a39d2
Removed a PHP notice when dumping the autoloader
|
13 years ago |
Jordi Boggiano
|
521bbe6556
CS fixes
|
13 years ago |
Jordi Boggiano
|
ef637c8f1a
CS fixes
|
13 years ago |
Jordi Boggiano
|
dbd44d6bcf
Handle empty namespaces
|
13 years ago |
Jordi Boggiano
|
44d7d4a38e
Make PSR0 scanning optional
|
13 years ago |
Jordi Boggiano
|
ee14950972
Add whitelist to the classmap generator to allow skipping of Test files
|
13 years ago |
Jordi Boggiano
|
48c46ce3b6
Automatically generate classmaps for all PSR-0 packages to speed things up, fixes #541, fixes #127
|
13 years ago |
Jordi Boggiano
|
4f0ad98905
Always include the ClassLoader since autoload_real is included only once, refs #963
|
13 years ago |
Jordi Boggiano
|
30fdf379aa
Minor consistency tweaks
|
13 years ago |
Victor Berchet
|
d2dc73e361
[Autoload] Set $vendorDir et $baseDir in ComposerAutoloaderInitTargetDir::getLoader()
|
13 years ago |
Victor Berchet
|
4c82c35dbc
[Autoload] Generate the autoloader_real file in the target directory
|
13 years ago |
Victor Berchet
|
2c065416eb
[Autoload] generate an autoload_real.php file
|
13 years ago |
Victor Berchet
|
963fedc9a5
[Autoload] remove closures because of a bug in APC
|
13 years ago |
Taylor Otwell
|
a834efe7c9
Fix directory handling when auto-loading files.
|
13 years ago |
Nils Adermann
|
4e9e66a957
Make sure custom vendor paths don't break file autoloading
|
13 years ago |
Johannes M. Schmitt
|
9f150b1c1e
fixes a bug when root package has a 'files' autoload entry
|
13 years ago |
Jordi Boggiano
|
defe5766a4
Revert "Merge remote-tracking branch 'till/bugfix-broken-classmap'"
|
13 years ago |
Jordi Boggiano
|
6fb5d26474
Revert "Add test and some fixes to allow absolute paths, refs #869"
|
13 years ago |
Jordi Boggiano
|
a2a2f4af59
Add test and some fixes to allow absolute paths, refs #869
|
13 years ago |
Jordi Boggiano
|
d837b8a657
Merge remote-tracking branch 'till/bugfix-broken-classmap'
|
13 years ago |
Sylvain Filteau
|
51404659ef
Change the order of the include paths
|
13 years ago |
till
|
2823c78856
Allow absolute paths in composer.json and don't prepend them with a funny $baseDir variable.
|
13 years ago |
Nils Adermann
|
d84273ee34
Merge pull request #833 from Seldaek/installmgr_cleanup
|
13 years ago |
Jordi Boggiano
|
adaa788955
Require file autoloads after the autoloader is registered
|
13 years ago |
Jordi Boggiano
|
b876dcbafb
Use the config object to define the vendor dir and not the installation manager
|
13 years ago |
Jordi Boggiano
|
66e9dcddf4
CS fixes
|
13 years ago |
Jordi Boggiano
|
4bbb168d44
Remove BC code
|
13 years ago |
Giulio De Donato
|
5c08b5b215
fixed #790
|
13 years ago |
Jordi Boggiano
|
1df9c62583
Cosmetic fixes to autoload generation
|
13 years ago |
Benjamin Eberlei
|
5c5e962b5a
Add Files Autoloading key. This is a necessary feature to allow purely or partly functional libraries to be "autoloadable" by composer by calling require_once on every file in the "autoload"."files" list.
|
13 years ago |