Merge branch '3.2'

* 3.2:
  fix deps
This commit is contained in:
Nicolas Grekas 2017-02-21 18:38:51 +01:00
commit 1a9f9af1db
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,9 @@ class ManagerRegistryTest extends TestCase
{
public static function setUpBeforeClass()
{
if (!class_exists('PHPUnit_Framework_TestCase')) {
self::markTestSkipped('proxy-manager-bridge is not yet compatible with namespaced phpunit versions.');
}
$test = new PhpDumperTest();
$test->testDumpContainerWithProxyServiceWillShareProxies();
}

View File

@ -32,6 +32,7 @@
"symfony/framework-bundle": "^3.2.5",
"symfony/http-foundation": "~2.8|~3.0",
"symfony/security-acl": "~2.8|~3.0",
"symfony/translation": "~2.8|~3.0",
"symfony/twig-bundle": "~2.8|~3.0",
"symfony/twig-bridge": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0",