Skip to content

Commit b1aadbf

Browse files
committed
minor #4993 Bumped symfony version number to 2.6 in flat php composer.json example (TSchuermans)
This PR was merged into the 2.6 branch. Discussion ---------- Bumped symfony version number to 2.6 in flat php composer.json example | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6.* | Fixed tickets | / Commits ------- b8275b3 Bumped symfony version number to 2.6 in flat php composer.json example
2 parents 6ba90ec + b8275b3 commit b1aadbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/from_flat_php_to_symfony2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ content:
435435
436436
{
437437
"require": {
438-
"symfony/symfony": "2.5.*"
438+
"symfony/symfony": "2.6.*"
439439
},
440440
"autoload": {
441441
"files": ["model.php","controllers.php"]

0 commit comments

Comments
 (0)