This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Grégoire Pineau 34f4ef5297 [FrameworkBundle][Console] Load command from DIC after command from bundles.
It's better to load a command from DIC after other one. Because it
allow easy override of default (symfony/assetic/doctrine) command.
The end user could do:

    # config.yml
    services:
        assetic.command.dump:
            class: SensioLabs\Shim\Assetic\DumpCommand
            tags:
                - { name: console.command }
2014-02-13 15:09:55 +01:00
..
Bridge Merge branch '2.4' 2014-02-11 14:52:21 +01:00
Bundle [FrameworkBundle][Console] Load command from DIC after command from bundles. 2014-02-13 15:09:55 +01:00
Component Merge branch '2.4' 2014-02-11 14:52:21 +01:00