diff --git a/src/Symfony/Component/Security/composer.json b/src/Symfony/Component/Security/composer.json index 87a47a53ad..ad0ea41586 100644 --- a/src/Symfony/Component/Security/composer.json +++ b/src/Symfony/Component/Security/composer.json @@ -20,7 +20,8 @@ "symfony/security-acl": "~2.7", "symfony/event-dispatcher": "~2.2|~3.0.0", "symfony/http-foundation": "~2.1|~3.0.0", - "symfony/http-kernel": "~2.4|~3.0.0" + "symfony/http-kernel": "~2.4|~3.0.0", + "symfony/property-access": "~2.3|~3.0.0" }, "replace": { "symfony/security-core": "self.version",