merged branch stof/composer_stability (PR #4750)

Commits
-------

30ca007 Changed the minimum stability to dev for the testsuite

Discussion
----------

Changed the minimum stability to dev for the testsuite

This will fix the testsuite as the default stability changed to stable in composer today
This commit is contained in:
Fabien Potencier 2012-07-04 18:47:49 +02:00
commit 615f278409

View File

@ -67,6 +67,7 @@
"SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stubs"
}
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"