adrien-mallet/secured-container-bundle

0.0.0 2021-12-16 10:25 UTC

This package is auto-updated.

Last update: 2024-04-16 16:02:17 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"