for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Http\HttplugBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* @author David Buchmann <[email protected]>
* @author Tobias Nyholm <[email protected]>
*/
class HttplugBundle extends Bundle
{
}