for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Composer Magento Installer
*/
namespace MagentoHackathon\Composer\Magento\Deploystrategy;
* None deploy strategy
class None extends DeploystrategyAbstract
{
* Deploy nothing
*
* @param string $source
* @param string $dest
* @return bool
public function createDelegate($source, $dest)
return true;
}
public function create($source, $dest)