Rob Bast
|
cbd61660ab
|
implemented verbose output
|
2015-06-09 09:02:43 +02:00 |
Jordi Boggiano
|
eadc167b12
|
Fix BC layer for events
|
2015-03-02 18:20:22 +00:00 |
Jordi Boggiano
|
82b7fdf4c1
|
Add BC for Script\Event instances, fixes #3811
|
2015-03-02 17:02:20 +00:00 |
Rob Bast
|
cb336a5416
|
Implement writeError throughout Composer
|
2015-02-25 11:00:35 +01:00 |
Jordi Boggiano
|
3efed220a6
|
Clean up event dispatching code and make package events extend installer events
|
2015-02-23 15:34:49 +00:00 |
Vladimir Kartaviy
|
9f0d36290b
|
Added missing variable
|
2015-01-12 22:48:19 +02:00 |
Jordi Boggiano
|
07ad1da3ac
|
Fix HHVM interop
|
2014-12-13 11:13:25 +00:00 |
Rob
|
d9b8b3611b
|
fixes composer/composer#3546
|
2014-12-12 22:33:04 +01:00 |
Rob Bast
|
113606be7b
|
should fix composer/composer#3382
|
2014-12-12 18:41:37 +01:00 |
André R
|
9e0a85fb64
|
Fix use of non existing ->getIO() function
|
2014-11-03 19:31:00 +01:00 |
Jordi Boggiano
|
94926218e8
|
CS fixes
|
2014-10-17 18:57:27 +01:00 |
Jordi Boggiano
|
4ce9252255
|
Avoid passing args to CLI handlers when none are needed, fixes #3332
|
2014-10-07 11:27:24 +01:00 |
Jordi Boggiano
|
81fa284c9b
|
Merge remote-tracking branch 'francoispluchino/installer-events'
|
2014-09-30 16:18:17 +01:00 |
frederik
|
d1d40502bf
|
ProcessExecutor::escape
|
2014-09-24 18:30:12 +02:00 |
frederik
|
7ae1430689
|
#3297 ProcessUtil class using ProcessUtil of Symfony Console
|
2014-09-24 17:18:15 +02:00 |
François Pluchino
|
1067ce4f96
|
Add installer events
|
2014-07-29 15:25:16 +02:00 |
Jordi Boggiano
|
0ce0cf42e8
|
Merge remote-tracking branch 'francoispluchino/fix-phpdoc'
Conflicts:
src/Composer/EventDispatcher/EventDispatcher.php
|
2014-07-23 19:19:39 +02:00 |
Jordi Boggiano
|
cec1627acf
|
Add top level aliases for nonstandard scripts and allow parameter passing, refs #2516
|
2014-07-20 21:55:24 +02:00 |
Jordi Boggiano
|
d9d8d09fe1
|
Add support for local binaries in scripts, refs #2516
|
2014-07-20 19:46:51 +02:00 |
Jordi Boggiano
|
33cedda708
|
Merge remote-tracking branch 'MaxGfeller/run-script-enhancement'
|
2014-07-20 19:07:45 +02:00 |
François Pluchino
|
8b5c00bff0
|
Fix phpdoc
|
2014-07-16 15:17:38 +02:00 |
Jordi Boggiano
|
5fb005631a
|
Tweaking dispatchScript method to be in line with the rest, and add devMode to *_AUTOLOAD_DUMP events
|
2014-03-01 21:22:01 +01:00 |
Pascal Borreli
|
2f4df9d459
|
Fixed typos
|
2013-12-27 11:51:01 +00:00 |
Max Gfeller
|
067a8e764f
|
Added a new method to check if an event has any listeners registered.
|
2013-12-19 08:48:41 +01:00 |
Max Gfeller
|
a12ed492ef
|
Don't throw exception in the doDispatch method.
|
2013-12-19 08:47:55 +01:00 |
Max Gfeller
|
f1c1ba27b4
|
Throw an exception if no listeners have been found for given event.
|
2013-12-19 07:58:58 +01:00 |
Jordi Boggiano
|
11a0d16ccc
|
CS fixes
|
2013-10-11 20:12:45 -03:00 |
Nils Adermann
|
5867d477be
|
Use call_user_func for PHP < 5.4 compatability and accept __invoke
|
2013-08-30 12:51:41 +02:00 |
Nils Adermann
|
3e1519cde0
|
Complete missing docblocks and fix incorrect ones
|
2013-08-30 12:51:41 +02:00 |
Nils Adermann
|
f00f5113bf
|
Fix typo
|
2013-08-30 12:51:41 +02:00 |
Nils Adermann
|
919a190153
|
Add an EventSubscriberInterface which may also be implemented by plugins
|
2013-08-30 12:51:41 +02:00 |
Nils Adermann
|
3960edd64e
|
Turn EventDispatcher into generic solution handling plugins as well
|
2013-08-30 12:51:41 +02:00 |