Nicolas Grekas
|
6d4e60b991
Add --apcu-autoloader option to enable APCu caching of found/not-found classes
|
8 years ago |
Nicolas Grekas
|
fd2f51cea8
Speedup autoloading on PHP 5.6 & 7.0+ using static arrays
|
9 years ago |
Rob Bast
|
adf3b956d0
try to use unique test directories
|
9 years ago |
Alexander Loutsenko
|
fa5de786ff
clean garbage dirs in tmp after composer tests #4694
|
9 years ago |
Jordi Boggiano
|
8072448cf3
Adjust deduplication of files autoloads, refs 9710b26d3f05a0760c7c0ca254a18df74c858432
|
9 years ago |
Jordi Boggiano
|
9710b26d3f
Merge remote-tracking branch 'jeskew/feature/require_files_but_once'
|
9 years ago |
Jordi Boggiano
|
c0b49d09f3
Merge remote-tracking branch 'cw-ozaki/no-script-dump-autoload'
|
9 years ago |
Omer Karadagli
|
4046ae042d
Up-level relative paths in exclude-from-classmap
|
9 years ago |
Jordi Boggiano
|
6c16510743
Add support for wildcards in exclude-from-classmap, refs #1607
|
9 years ago |
Jordi Boggiano
|
f1b0c073ad
Tweaked exclude-from-classmap: windows support, normalize paths and make sure they are all package-relative and do not leak to other packages, refs #1607
|
9 years ago |
Jordi Boggiano
|
084f6de24e
Merge remote-tracking branch 'trivago/add_exclude'
|
9 years ago |
Jordi Boggiano
|
ce08582671
Fix CS
|
9 years ago |
Bryan Davis
|
cc2b9cfca5
Add cli argument for classmap-authoritative
|
9 years ago |
voroks
|
154092ba1a
Added removing file 'include_path.php' (if it is empty).
|
9 years ago |
voroks
|
85de450fe9
Removed some extra assertions.
|
9 years ago |
voroks
|
4fa1cb2e9c
Removing file autoload_files.php was added (#4254)
|
9 years ago |
Jonathan Eskew
|
42b025776a
Move file identifier calculation to compile time
|
9 years ago |
elazar
|
6c029a850c
Resolves #4138: Removed *Test.php filtering from AutoloadGenerator->dump()
|
9 years ago |
Jordi Boggiano
|
27aac31970
Fix tests for autocrlf=true checkouts, fixes #4049
|
9 years ago |
msiebeneicher
|
7522a33079
Merge branch 'master' of https://github.com/composer/composer into add_exclude
|
10 years ago |
Jordi Boggiano
|
0b4a9235f4
CS fixes
|
10 years ago |
msiebeneicher
|
98de300878
* Small improvement of the testExcludeFromClassmap unit test
|
10 years ago |
msiebeneicher
|
dad6b05ca7
Merge branches 'add_exclude' and 'master' of https://github.com/trivago/composer into add_exclude
|
10 years ago |
msiebeneicher
|
f28785a49d
Merge branches 'add_exclude' and 'master' of https://github.com/trivago/composer into add_exclude
|
10 years ago |
Bryan Davis
|
0f2558dab3
Use assertContains in ClassMapAuthoritative checks
|
10 years ago |
Bryan Davis
|
92455759fc
Fix AutoloadGeneratorTest for PHP 5.3.x
|
10 years ago |
Bryan Davis
|
ad1f8e6c5a
Add classmap-authoritative config setting
|
10 years ago |
cw-ozaki
|
d649cfc6a1
Add --no-scripts argument for dump-autoload command
|
10 years ago |
Jordi Boggiano
|
790a25c348
Adjust dump command, add another test, update docs, refs #1344
|
11 years ago |
Bilal Amarni
|
db91454a13
added an autoload-dev section
|
11 years ago |