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 ...@@ -5,7 +5,7 @@ COMPONENTS='BrowserKit CssSelector EventDispatcher HttpFoundation Process ClassL
cd vendor/Symfony/Component cd vendor/Symfony/Component
for COMPONENT in $COMPONENTS for COMPONENT in $COMPONENTS
do 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 done
cd ../../.. 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