Skip to content

Commit

Permalink
Configuring composer.json to use the 2.5 version
Browse files Browse the repository at this point in the history
Configuring composer.json to use the 2.5 version Rather than 2.4
  • Loading branch information
danielsan committed Jul 15, 2014
1 parent 2299df0 commit 81d962f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/from_flat_php_to_symfony2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ the HTTP response being returned. Use them to improve the blog:
// echo the headers and send the response
$response->send();

.. versionadded:: 2.5
Support for HTTP status code constants was introduced in Symfony 2.5.
.. versionadded:: 2.4
Support for HTTP status code constants was introduced in Symfony 2.4.

The controllers are now responsible for returning a ``Response`` object.
To make this easier, you can add a new ``render_template()`` function, which,
Expand Down

0 comments on commit 81d962f

Please sign in to comment.