Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit2299df0

Browse files
committed
Updating Symfony version from 2.4 to 2.5
The descriptions are still displaying the old version
1 parent74c2e94 commit2299df0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎book/from_flat_php_to_symfony2.rst‎

Lines changed: 3 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp