We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d8b444 + 0cb8294 commit 8150ee2Copy full SHA for 8150ee2
sensiolabs/security-checker/4.0/config/packages/security_checker.yaml
@@ -1,9 +1,8 @@
1
services:
2
- SensioLabs\Security\SecurityChecker:
3
- public: false
+ _defaults:
+ autowire: true
4
+ autoconfigure: true
5
- SensioLabs\Security\Command\SecurityCheckerCommand:
6
- arguments: ['@SensioLabs\Security\SecurityChecker']
7
8
- tags:
9
- - { name: console.command, command: 'security:check' }
+ SensioLabs\Security\SecurityChecker: ~
+
+ SensioLabs\Security\Command\SecurityCheckerCommand: ~
0 commit comments