26 Commits (e0d36e19eb8a5c96ccad3d145faf9024727e856c)

Author SHA1 Message Date
Jordi Boggiano 07ad1da3ac Fix HHVM interop 10 years ago
Rob d9b8b3611b fixes composer/composer#3546 10 years ago
Rob Bast 113606be7b should fix composer/composer#3382 10 years ago
André R 9e0a85fb64 Fix use of non existing ->getIO() function 10 years ago
Jordi Boggiano 94926218e8 CS fixes 10 years ago
Jordi Boggiano 4ce9252255 Avoid passing args to CLI handlers when none are needed, fixes #3332 10 years ago
Jordi Boggiano 81fa284c9b Merge remote-tracking branch 'francoispluchino/installer-events' 10 years ago
frederik d1d40502bf ProcessExecutor::escape 10 years ago
frederik 7ae1430689 #3297 ProcessUtil class using ProcessUtil of Symfony Console 10 years ago
François Pluchino 1067ce4f96 Add installer events 10 years ago
Jordi Boggiano 0ce0cf42e8 Merge remote-tracking branch 'francoispluchino/fix-phpdoc'
Conflicts:
	src/Composer/EventDispatcher/EventDispatcher.php
10 years ago
Jordi Boggiano cec1627acf Add top level aliases for nonstandard scripts and allow parameter passing, refs #2516 10 years ago
Jordi Boggiano d9d8d09fe1 Add support for local binaries in scripts, refs #2516 10 years ago
Jordi Boggiano 33cedda708 Merge remote-tracking branch 'MaxGfeller/run-script-enhancement' 10 years ago
François Pluchino 8b5c00bff0 Fix phpdoc 10 years ago
Jordi Boggiano 5fb005631a Tweaking dispatchScript method to be in line with the rest, and add devMode to *_AUTOLOAD_DUMP events 10 years ago
Pascal Borreli 2f4df9d459 Fixed typos 11 years ago
Max Gfeller 067a8e764f Added a new method to check if an event has any listeners registered. 11 years ago
Max Gfeller a12ed492ef Don't throw exception in the doDispatch method. 11 years ago
Max Gfeller f1c1ba27b4 Throw an exception if no listeners have been found for given event. 11 years ago
Jordi Boggiano 11a0d16ccc CS fixes 11 years ago
Nils Adermann 5867d477be Use call_user_func for PHP < 5.4 compatability and accept __invoke 11 years ago
Nils Adermann 3e1519cde0 Complete missing docblocks and fix incorrect ones 11 years ago
Nils Adermann f00f5113bf Fix typo 11 years ago
Nils Adermann 919a190153 Add an EventSubscriberInterface which may also be implemented by plugins 11 years ago
Nils Adermann 3960edd64e Turn EventDispatcher into generic solution handling plugins as well 11 years ago