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/Bundle/FrameworkBundle/Command
Nicolas Grekas a63dd194ed Merge branch '2.3' into 2.7
* 2.3:
  [travis] timeout the sigchild tests at 60s
  CS: Single line comments should use double slashes (//) and not hash (#).
  Do not use HttpKernel Extension when not needed
  bumped Symfony version to 2.3.37
  updated VERSION for 2.3.36
  update CONTRIBUTORS for 2.3.36
  updated CHANGELOG for 2.3.36
  use nowdoc instead of heredoc

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php
	src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php
	src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php
	src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php
	src/Symfony/Bundle/TwigBundle/Command/LintCommand.php
	src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php
	src/Symfony/Component/Debug/ExceptionHandler.php
	src/Symfony/Component/HttpKernel/Kernel.php
	src/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php
2015-12-28 14:11:03 +01:00
..
AbstractConfigCommand.php [FrameworkBundle] Applied new styles to the config:debug & config:dump-reference commands 2015-05-12 23:29:10 +02:00
AssetsInstallCommand.php Merge branch '2.3' into 2.7 2015-12-28 14:11:03 +01:00
CacheClearCommand.php Merge branch '2.3' into 2.7 2015-12-28 14:11:03 +01:00
CacheWarmupCommand.php Merge branch '2.3' into 2.7 2015-12-28 14:11:03 +01:00
ConfigDebugCommand.php [FrameworkBundle] Applied new styles to the config:debug & config:dump-reference commands 2015-05-12 23:29:10 +02:00
ConfigDumpReferenceCommand.php Merge branch '2.3' into 2.7 2015-12-28 14:11:03 +01:00
ContainerAwareCommand.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
ContainerDebugCommand.php Merge branch '2.3' into 2.7 2015-12-28 14:11:03 +01:00
EventDispatcherDebugCommand.php added supported format in commands supporting --format 2015-05-20 10:16:32 +02:00
RouterApacheDumperCommand.php Merge branch '2.3' into 2.7 2015-12-28 14:11:03 +01:00
RouterDebugCommand.php Merge branch '2.3' into 2.7 2015-12-28 14:11:03 +01:00
RouterMatchCommand.php Merge branch '2.3' into 2.7 2015-12-28 14:11:03 +01:00
ServerCommand.php disable server commands without Process component 2015-12-06 23:34:46 +01:00
ServerRunCommand.php Merge branch '2.3' into 2.7 2015-12-28 14:11:03 +01:00
ServerStartCommand.php Merge branch '2.6' into 2.7 2015-05-02 17:21:08 +02:00
ServerStatusCommand.php [FrameworkBundle] Added link on server:* commands 2014-09-22 15:27:18 +02:00
ServerStopCommand.php Made CLI help consistent 2015-01-04 11:02:10 +01:00
TranslationDebugCommand.php Merge branch '2.6' into 2.7 2015-07-09 18:07:40 +02:00
TranslationUpdateCommand.php Merge branch '2.3' into 2.7 2015-12-28 14:11:03 +01:00
YamlLintCommand.php Fixed properties not explicitily declared 2015-09-14 11:40:15 +02:00