Commit ad96cb09 authored by Fabien Potencier's avatar Fabien Potencier

fixed markup

parent b383a5b5
......@@ -80,9 +80,11 @@ use it by making your test extend it::
If you want to use the Symfony2 `WebTestCase` you will need to explicitly
install its dependencies for your project. Add the following to your
`composer.json` file.
`composer.json` file:
"require-dev":{
.. code-block:: json
"require-dev": {
"symfony/browser-kit": ">=2.3,<2.4-dev"
}
......
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