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 f9dff0616b Merge branch '2.4'
* 2.4:
  fixed CS
  fixed a typo
  fixed CS for lambdas
  [Yaml] fixed some license headers
  Fixes message value for objects
  Check for hour, minute & second validity
  avoid tables to have apparently long blank line breaks and be too far appart for long nested array params
  fixed various typos
  [Filesystem] Fixed mirror for symlinks
  [Validator] Removed duplicated test for IBAN in data provider
2013-12-28 09:12:58 +01:00
..
LazyProxy fixed various typos 2013-12-27 16:08:19 +01:00
Tests/LazyProxy Fixed typos 2013-11-09 12:55:32 +01: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 Merge branch '2.4' 2013-12-26 08:59:17 +01:00
LICENSE ProxyManager Bridge 2013-05-06 08:38:39 +02:00
phpunit.xml.dist ProxyManager Bridge 2013-05-06 08:38:39 +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