diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-02-08 15:25:24 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-02-08 17:10:55 +0100 |
commit | f5d7733cf0eb66d1b99a556fc8b501760ecf1396 (patch) | |
tree | 96649c4406385eaf2b9c0851b13a9c83213b1d38 | |
parent | 9628c3b009c1f8f56189cbf15b2cd4a74380e4ae (diff) | |
download | symfony-security-f5d7733cf0eb66d1b99a556fc8b501760ecf1396.zip symfony-security-f5d7733cf0eb66d1b99a556fc8b501760ecf1396.tar.gz symfony-security-f5d7733cf0eb66d1b99a556fc8b501760ecf1396.tar.bz2 |
updated required versions when depending on the EventDispatcher component
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 3b4c93b..8213d80 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.3.3", - "symfony/event-dispatcher": "2.2.*", + "symfony/event-dispatcher": "~2.1", "symfony/http-foundation": "2.2.*", "symfony/http-kernel": "2.2.*" }, |