Skip to content

Commit 81d962f

Browse files
committed
Configuring composer.json to use the 2.5 version
Configuring composer.json to use the 2.5 version Rather than 2.4
1 parent 2299df0 commit 81d962f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/from_flat_php_to_symfony2.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ the HTTP response being returned. Use them to improve the blog:
480480
// echo the headers and send the response
481481
$response->send();
482482

483-
.. versionadded:: 2.5
484-
Support for HTTP status code constants was introduced in Symfony 2.5.
483+
.. versionadded:: 2.4
484+
Support for HTTP status code constants was introduced in Symfony 2.4.
485485

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

0 commit comments

Comments
 (0)