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
2015-06-24 12:32:32 -03:00
..
LazyProxy Add "shared" flag and deprecate scopes concept 2015-06-24 12:32:32 -03:00
Tests/LazyProxy Merge branch '2.3' into 2.6 2015-04-27 14:43:05 +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 Add "shared" flag and deprecate scopes concept 2015-06-24 12:32:32 -03:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist [2.3] require-dev PHPUnit bridge 2015-02-24 11:24:26 +01:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00

ProxyManager Bridge

Provides integration for ProxyManager with various Symfony components.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Bridge/ProxyManager/
$ composer install
$ phpunit