for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* sets the default installation folder
*/
class UpdateLicense extends UpdateComposer
{
private static $license_type = 'BSD-3-Clause';
$license_type
public function run()
$json = $this->getJsonData();
$json['license'] = Config::inst()->get('UpdateLicense', 'license_type');
$this->setJsonData($json);
}