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/tests/Symfony/Tests/Component/DependencyInjection/Fixtures/php
Fabien Potencier 62e3053769 refactored previous commit, fixed tests
How to upgrade?

For XML configuration files:

 * All extensions should now use the config tag (this is just a convention as
   the YAML configurations files do not use it anymore):

 * The previous change means that the doctrine and security bundles now are
   wrapped under a main "config" tag:

        <doctrine:config>
            <doctrine:orm />
            <doctrine:dbal />
        </doctrine:config>

        <security:config>
            <security:acl />
            ...
        </security:config>

For YAML configuration files:

 * The main keys have been renamed as follows:

        * assetic:config -> assetic
        * app:config -> framework
        * webprofiler:config -> web_profiler
        * doctrine_odm.mongodb -> doctrine_mongo_db
        * doctrine:orm -> doctrine: { orm: ... }
        * doctrine:dbal -> doctrine: { dbal: ... }
        * security:config -> security
        * security:acl -> security: { acl: ... }
        * twig.config -> twig
        * zend.config -> zend
2011-02-15 22:22:28 +01:00
..
services1-1.php made DIC tags only available during "compilation" 2011-01-17 11:40:04 +01:00
services1.php made DIC tags only available during "compilation" 2011-01-17 11:40:04 +01:00
services8.php made DIC tags only available during "compilation" 2011-01-17 11:40:04 +01:00
services9.php add definition inheritance support 2011-01-28 09:12:29 +01:00
services_interfaces-1-1.php refactored previous commit, fixed tests 2011-02-15 22:22:28 +01:00
services_interfaces-1.php made DIC tags only available during "compilation" 2011-01-17 11:40:04 +01:00
services_interfaces-2.php add definition inheritance support 2011-01-28 09:12:29 +01:00
simple.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00