diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-03 14:23:58 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-03 15:10:28 +0100 |
commit | aa593444fb4e3acc09351939cf0dca50d0e92522 (patch) | |
tree | 01eaea029c5c24d1000cd3a8765d4b6bfdf5a6f7 | |
parent | 205a52798b9b97bd9226e54c47697fca4b5d7078 (diff) | |
download | symfony-security-aa593444fb4e3acc09351939cf0dca50d0e92522.zip symfony-security-aa593444fb4e3acc09351939cf0dca50d0e92522.tar.gz symfony-security-aa593444fb4e3acc09351939cf0dca50d0e92522.tar.bz2 |
[Security] Clean deps
-rw-r--r-- | composer.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 55157ba..d89c4a9 100644 --- a/composer.json +++ b/composer.json @@ -39,15 +39,11 @@ "symfony/routing": "~2.2|~3.0.0", "symfony/translation": "~2.0,>=2.0.5|~3.0.0", "symfony/validator": "~2.5,>=2.5.5|~3.0.0", - "doctrine/common": "~2.2", - "doctrine/dbal": "~2.2", "psr/log": "~1.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/ldap": "~2.8|~3.0.0" }, "suggest": { - "symfony/class-loader": "For using the ACL generateSql script", - "symfony/finder": "For using the ACL generateSql script", "symfony/form": "", "symfony/validator": "For using the user password constraint", "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", |