adrien-mallet/secured-container-bundle

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/adrien-mallet/secured-container-bundle

0.0.0 2021-12-16 10:25 UTC

This package is auto-updated.

Last update: 2025-10-16 19:12:48 UTC


README

Symfony bundle to remove some command from the container

Configuration example :

secured_container:
    unauthorized:
        - "doctrine.database_drop_command"
        - "doctrine.schema_drop_command"
        - "command.identifier"