mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
9 lines
244 B
YAML
9 lines
244 B
YAML
services:
|
|
SensioLabs\Security\SecurityChecker:
|
|
public: false
|
|
|
|
SensioLabs\Security\Command\SecurityCheckerCommand:
|
|
arguments: ['@SensioLabs\Security\SecurityChecker']
|
|
tags:
|
|
- { name: console.command }
|