|
@@ -1,7 +1,7 @@ |
|
|
block discarded – undo |
|
1
|
1
|
<?php |
|
2
|
2
|
|
|
3
|
3
|
return [ |
|
4
|
|
- Mazarini\DesignBundle\MazariniDesignBundle::class => ['dev' => true,'test' => true], |
|
|
4
|
+ Mazarini\DesignBundle\MazariniDesignBundle::class => ['dev' => true, 'test' => true], |
|
5
|
5
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
|
6
|
6
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], |
|
7
|
7
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], |
Please login to merge, or discard this patch.