Commit 3142bc19 authored by Fabien Potencier's avatar Fabien Potencier

switched vendors to use Symfony 2.1

parent 535c1cb5
......@@ -5,7 +5,7 @@ COMPONENTS='BrowserKit CssSelector EventDispatcher HttpFoundation Process ClassL
cd vendor/Symfony/Component
for COMPONENT in $COMPONENTS
do
cd $COMPONENT && git fetch origin && git reset --hard origin/2.0 && cd ..
cd $COMPONENT && git fetch origin && git reset --hard origin/master && cd ..
done
cd ../../..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment