msiebeneicher
|
7522a33079
Merge branch 'master' of https://github.com/composer/composer into add_exclude
|
10 years ago |
Fred Emmott
|
bdf51ab16d
Single variable for traits and enums
|
10 years ago |
Fred Emmott
|
cb1ea889d6
Use HHVM_VERSION instead of HPHP_VERSION
|
10 years ago |
Fred Emmott
|
33ea86573e
Add support for using classmap to autoload Hack enums
|
10 years ago |
Rob Bast
|
cb336a5416
Implement writeError throughout Composer
|
10 years ago |
msiebeneicher
|
3682a9f5a7
* Cleanup code comments
|
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 |
Jordi Boggiano
|
4dfa3c469e
Fix class map generator handling of missing files
|
11 years ago |
Jordi Boggiano
|
a227523c4f
Fix php_strip_whitespace bugginess, fixes #3030
|
11 years ago |
Jordi Boggiano
|
799876dd55
Allow dashes in class names for HHVM support, fixes #2967
|
11 years ago |
Jordi Boggiano
|
ac497feaba
CS fixes
|
11 years ago |
Jordi Boggiano
|
05d9912f97
Ignore classes in ClassMapGenerator
|
11 years ago |
Fabien Potencier
|
12421dd6b7
fixed class map generator when using a heredoc with spaces
|
11 years ago |
Jordi Boggiano
|
14f35e812c
Merge pull request #2912 from ckwalsh/master
|
11 years ago |
Jordi Boggiano
|
49d4054e51
Handle files with no php at all, fixes #2910
|
11 years ago |
Cullen Walsh
|
57d9e9852d
Support generating class map for XHP classes
|
11 years ago |
Denis Sokolov
|
836534067b
Avoid ambiguity warning for example directories as well
|
11 years ago |
Jordi Boggiano
|
0902305196
Fix classmap generator warnings and tests
|
11 years ago |
Jordi Boggiano
|
8974a1ac92
Ignore ambiguous classes in tests/fixtures dirs, fixes #2858
|
11 years ago |
Daniel Karp
|
e3be04c443
Don't show Ambiguous class resolution warning if class when not ambiguous
|
11 years ago |
Jordi Boggiano
|
781c97fa9b
Refactor to avoid global static state
|
11 years ago |
Jordi Boggiano
|
c3ab09750d
Merge remote-tracking branch 'johnikx/ambiguous-reference-warning'
|
11 years ago |
Jan Brecka
|
b94838169d
show warning only instead of throwing exception
|
11 years ago |
Jan Brecka
|
a41370b021
fix plural in exception message
|
11 years ago |
Jan Brecka
|
ea7717c8e5
improve exception message
|
11 years ago |
Jan Brecka
|
13b57112a9
Throw RuntimeException when ambiguous reference was found.
|
11 years ago |
Fred Emmott
|
734e5e2f2b
Add autoload support for .hh files (HHVM)
|
11 years ago |
Dave Hulbert
|
81aa3a850c
Fix some PHP doc blocks
|
11 years ago |
René Kerner
|
b0ec8ee096
* added exclude-from-classmap feature
|
11 years ago |