Skip to content

Commit

Permalink
minor #4993 Bumped symfony version number to 2.6 in flat php composer…
Browse files Browse the repository at this point in the history
….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
  • Loading branch information
wouterj committed Feb 14, 2015
2 parents 6ba90ec + b8275b3 commit b1aadbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/from_flat_php_to_symfony2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ content:
{
"require": {
"symfony/symfony": "2.5.*"
"symfony/symfony": "2.6.*"
},
"autoload": {
"files": ["model.php","controllers.php"]
Expand Down

0 comments on commit b1aadbf

Please sign in to comment.