Skip to content

Commit 18d376e

Browse files
committed
updated composer.json
1 parent 26be81c commit 18d376e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

book/part1.rst

+1-1
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": "2.1.*"
115+
"symfony/class-loader": "master-dev"
116116
}
117117
}
118118

book/part2.rst

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

0 commit comments

Comments
 (0)