for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* sets the default installation folder
*/
class UpdataModuleType extends UpdateComposer
{
public function run()
// $json = $this->getJsonData();
// if($json['type'] === 'silverstripe-module') {
// $json['type'] = 'silverstripe-vendormodule';
// }
//
// $this->setJsonData($json);
}