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/Component/VarDumper/Caster
Fabien Potencier 5593bdd56e Merge branch '2.7' into 2.8
* 2.7: (95 commits)
  [DependencyInjection] provide better error message when using deprecated configuration options
  [console][TableCell] get cell width without decoration.
  Improve the config validation in TwigBundle
  [VarDumper] Changed tooltip to expand-all keybinding in OS X
  [Bridge\PhpUnit] Fix composer installed phpunit detection
  [VarDumper] Fix generic casters calling order
  [2.7][SecurityBundle] Remove SecurityContext from Compile
  [WebProfilerBundle][logger] added missing deprecation message.
  Fix profiler CSS
  [Security][Acl] enforce string identifiers
  [FrameworkBundle] make `templating.helper.router` service available again for BC reasons
  [BrowserKit] Fix bug when uri starts with http.
  bumped Symfony version to 2.7.1
  updated VERSION for 2.7.0
  updated CHANGELOG for 2.7.0
  bumped Symfony version to 2.6.10
  updated VERSION for 2.6.9
  updated CHANGELOG for 2.6.9
  fixed tests
  bumped Symfony version to 2.3.31
  ...

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php
	src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig
	src/Symfony/Component/HttpKernel/Kernel.php
	src/Symfony/Component/Translation/Loader/JsonFileLoader.php
2015-06-04 22:21:09 +02:00
..
AmqpCaster.php [VarDumper] Make use of Caster::PREFIX_* consts 2015-03-31 16:41:17 +02:00
Caster.php [VarDumper] Make use of Caster::PREFIX_* consts 2015-03-31 16:41:17 +02:00
ConstStub.php [VarDumper] add meta-data on hover 2014-10-20 21:11:43 +02:00
CutArrayStub.php [VarDumper] Allow preserving a subset of cut arrays 2015-04-22 15:44:48 +02:00
CutStub.php [VarDumper] add meta-data on hover 2014-10-20 21:11:43 +02:00
DoctrineCaster.php [VarDumper] Fix generic casters calling order 2015-06-03 10:54:19 -07:00
DOMCaster.php [VarDumper] Make use of Caster::PREFIX_* consts 2015-03-31 16:41:17 +02:00
ExceptionCaster.php [VarDumper] Fix generic casters calling order 2015-06-03 10:54:19 -07:00
MongoCaster.php [VarDumper] Make use of Caster::PREFIX_* consts 2015-03-31 16:41:17 +02:00
PdoCaster.php [VarDumper] Make use of Caster::PREFIX_* consts 2015-03-31 16:41:17 +02:00
ReflectionCaster.php [VarDumper] Add casters for Reflection* classes 2015-03-31 21:51:54 +02:00
ResourceCaster.php [TwigBridge] add Twig dump() function + tests and fixes 2014-09-23 16:26:00 +02:00
SplCaster.php [VarDumper] Allow preserving a subset of cut arrays 2015-04-22 15:44:48 +02:00
StubCaster.php [VarDumper] Allow preserving a subset of cut arrays 2015-04-22 15:44:48 +02:00
XmlResourceCaster.php [VarDumper] Add Caster for XML-parser resources 2015-03-20 14:43:24 +01:00