Skip to content

Commit f84a4a3

Browse files
committed
minor #6723 Require latest Symfony version (yhoiseth)
This PR was merged into the 3.1 branch. Discussion ---------- Require latest Symfony version Commits ------- 160f7c4 Require latest Symfony version
2 parents f0273f8 + 160f7c4 commit f84a4a3

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
@@ -417,7 +417,7 @@ content:
417417
418418
{
419419
"require": {
420-
"symfony/symfony": "3.0.*"
420+
"symfony/symfony": "3.1.*"
421421
},
422422
"autoload": {
423423
"files": ["model.php","controllers.php"]

0 commit comments

Comments
 (0)