53 Commits (1a334b0f6f2a8e302569ca105a7773c06e26c3ab)

Author SHA1 Message Date
Jordi Boggiano 60ce2324bc Add ability to call composer from scripts using @composer XXX, fixes #5153 8 years ago
Jordi Boggiano c45cc912ab Warn when referencing unknown scripts 8 years ago
Jordi Boggiano 1f0b01e70d Merge remote-tracking branch 'watermanio/strict-types' into 1.0 8 years ago
Jordi Boggiano 3b0a1c6f70 Run cs fixer and update config to latest master 8 years ago
Niels Keurentjes 818c3e707a Ton of phpDoc fixes. 8 years ago
Andy Waterman d4207ff49f Strict type checks of null and bool 8 years ago
Jordi Boggiano f542b0f32d Only use Path if it is actually available, refs #5114 8 years ago
nishiyama 8b221905ca fix path info 8 years ago
Jordi Boggiano 934be204a2 Simplify exec implementation and add full PATH support, refs #4887 8 years ago
Jordi Boggiano 2609cfdd1d Always set bin-dir into PATH before calling scripts, fixes #4852, closes #4898 9 years ago
Jordi Boggiano 49d7d65933 Add verbosity input support to IOInterface 9 years ago
Jordi Boggiano adc0bbeeb9 Forward args/flags down to referenced events 9 years ago
Jordi Boggiano 24ccaa328d Tweak output of calls to script references, refs #4592 9 years ago
Giorgio Premi fd0026b542 Detect infinite script call recursion 9 years ago
Giorgio Premi a25492d1b9 Allow composer script call with @ syntax 9 years ago
Jordi Boggiano ce08582671 Fix CS 9 years ago
Jordi Boggiano a8d71be0ef Add event name in verbose mode, refs #4123 9 years ago
Jordi Boggiano 852e4f4e26 Merge remote-tracking branch 'alcohol/output-script-command-in-verbose-mode' 9 years ago
Andreas Möller 12ffe2b4d4 Fix: Add missing imports 9 years ago
Rob Bast fd34c5883a added php script handler info as well 9 years ago
Rob Bast 9223f4a208 show command by default 9 years ago
Rob Bast cbd61660ab implemented verbose output 9 years ago
Jordi Boggiano eadc167b12 Fix BC layer for events 9 years ago
Jordi Boggiano 82b7fdf4c1 Add BC for Script\Event instances, fixes #3811 9 years ago
Rob Bast cb336a5416 Implement writeError throughout Composer 9 years ago
Jordi Boggiano 3efed220a6 Clean up event dispatching code and make package events extend installer events 9 years ago
Vladimir Kartaviy 9f0d36290b Added missing variable 10 years ago
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