mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
9 lines
293 B
YAML
Executable file
9 lines
293 B
YAML
Executable file
services:
|
|
SensioLabs\Security\SecurityChecker:
|
|
public: false
|
|
|
|
SensioLabs\Security\Command\SecurityCheckerCommand:
|
|
arguments: ['@SensioLabs\Security\SecurityChecker']
|
|
public: false
|
|
tags:
|
|
- { name: console.command, command: 'security:check' }
|