Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 81d962f

Browse filesBrowse 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
Copy full SHA for 81d962f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎book/from_flat_php_to_symfony2.rst

Copy file name to clipboardExpand all lines: book/from_flat_php_to_symfony2.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.