Skip to content

Commit 2299df0

Browse files
committed
Updating Symfony version from 2.4 to 2.5
The descriptions are still displaying the old version
1 parent 74c2e94 commit 2299df0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/from_flat_php_to_symfony2.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ content:
431431
432432
{
433433
"require": {
434-
"symfony/symfony": "2.4.*"
434+
"symfony/symfony": "2.5.*"
435435
},
436436
"autoload": {
437437
"files": ["model.php","controllers.php"]
@@ -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.4
484-
Support for HTTP status code constants was introduced in Symfony 2.4.
483+
.. versionadded:: 2.5
484+
Support for HTTP status code constants was introduced in Symfony 2.5.
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)