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/Bridge/ProxyManager
Fabien Potencier d941f80ef8 Merge branch '2.5'
* 2.5:
  added missing test
  fixed CS
  [HttpFoundation] Remove content-related headers if content is empty
  bumped Symfony version to 2.5.2
  bumped Symfony version to 2.4.8
  updated VERSION for 2.5.1
  updated CHANGELOG for 2.5.1
  removed defaults from PHPUnit configuration

Conflicts:
	src/Symfony/Component/HttpKernel/Kernel.php
2014-07-09 11:06:26 +02:00
..
LazyProxy made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Tests/LazyProxy fixed types in phpdocs 2014-04-16 12:34:42 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md ProxyManager Bridge 2013-05-06 08:38:39 +02:00
composer.json updated version to 2.6 2014-05-23 16:36:49 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
README.md tweaked previous merge 2013-05-06 10:30:13 +02:00

ProxyManager Bridge

Provides integration for ProxyManager with various Symfony2 components.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Bridge/ProxyManager/
$ composer.phar install --dev
$ phpunit