1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00
Commit graph

12 commits

Author SHA1 Message Date
Jordi Boggiano
a8adbfeb9f Disallow overriding commands with scripts 2014-09-05 17:28:50 +01: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
drscre
b75beda99c Bug in RunScriptCommand::execute()
When checking for known command in commandEvents and scriptEvent '&&' should be used instead of '||'
2014-03-24 13:26:04 +03:00
Jordi Boggiano
e221757197 Update code to latest EventDispatcher, refs #2722 2014-03-23 23:05:03 +01:00
Sandy Pleyte
b9efdd8348 Separated the scripts events in 2 arrays because they need to be called by different dispatchers. 2014-03-23 23:03:03 +01:00
Sandy Pleyte
fd4fb80d1e Fix for #2557, added missing run-scripts 2014-03-23 23:02:49 +01:00
Max Gfeller
421b09dc44 Check if a given event has registered any listeners. If not the script
is not defined in the composer.json file
2013-12-19 08:46:36 +01:00
Max Gfeller
040bbaca51 Don't throw an exception if the called script is not one of the
event-scripts. This makes it possible for one to define their own
scripts like "make-release" etc.
2013-12-19 07:54:16 +01:00
Sascha Egerer
e31a0f8296 Add pre-status-cmd and post-status-cmd hooks 2013-08-01 08:44:07 +02:00
Fabien Potencier
91a2aa22fb Add a run-script command 2013-04-15 15:45:32 +02:00