diff options
author | William DURAND <william.durand1@gmail.com> | 2012-08-22 15:48:41 +0200 |
---|---|---|
committer | William DURAND <william.durand1@gmail.com> | 2012-08-22 15:48:41 +0200 |
commit | c34df95f4d6f022c9b30b443537bb476da78661a (patch) | |
tree | fa193c19fd55a5dbaa6bc345c8fdaa5e1034ce40 | |
parent | 22d0c52e9244c408e64e5b9710771eeb0f7b92ea (diff) | |
download | symfony-security-c34df95f4d6f022c9b30b443537bb476da78661a.zip symfony-security-c34df95f4d6f022c9b30b443537bb476da78661a.tar.gz symfony-security-c34df95f4d6f022c9b30b443537bb476da78661a.tar.bz2 |
Add minimum-stability (dev) in each component
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 17b3e15..0be7fd2 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,7 @@ "psr-0": { "Symfony\\Component\\Security": "" } }, "target-dir": "Symfony/Component/Security", + "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "2.1-dev" |