1
0
Fork 0
composer/src/Composer/Script
James Moran ee7961a0f3 Implemented Pre/Post Archive Script Events
The script events `pre-archive-cmd` and `post-archive-cmd` can be used
to perform any tasks necessary when archiving the composer project.

This functionality can be used to run unit test or and other build
process before archiving, and can be used to distribute the archive
when completed
2014-01-11 14:42:34 -05:00
..
CommandEvent.php Remove unused use statement. 2013-10-07 17:11:57 +02:00
Event.php Turn EventDispatcher into generic solution handling plugins as well 2013-08-30 12:51:41 +02:00
PackageEvent.php Fixed typos 2013-01-26 18:43:01 +00:00
ScriptEvents.php Implemented Pre/Post Archive Script Events 2014-01-11 14:42:34 -05:00