8 lines
244 B
YAML
8 lines
244 B
YAML
services:
|
|
SensioLabs\Security\SecurityChecker:
|
|
public: false
|
|
|
|
SensioLabs\Security\Command\SecurityCheckerCommand:
|
|
arguments: ['@SensioLabs\Security\SecurityChecker']
|
|
tags:
|
|
- { name: console.command }
|