Skip to content

Commit 255577f

Browse files
committed
went back to 2.1.* in composer.json files
1 parent 3d46b1d commit 255577f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

book/part1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ your dependencies in a ``composer.json`` file:
112112
113113
{
114114
"require": {
115-
"symfony/class-loader": "master-dev"
115+
"symfony/class-loader": "2.1.*"
116116
}
117117
}
118118

book/part2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ dependency for the project:
131131
132132
{
133133
"require": {
134-
"symfony/class-loader": "master-dev",
135-
"symfony/http-foundation": "master-dev"
134+
"symfony/class-loader": "2.1.*",
135+
"symfony/http-foundation": "2.1.*"
136136
}
137137
}
138138

0 commit comments

Comments
 (0)