Skip to content

Commit

Permalink
updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 7, 2012
1 parent 26be81c commit 18d376e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book/part1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ your dependencies in a ``composer.json`` file:
{
"require": {
"symfony/class-loader": "2.1.*"
"symfony/class-loader": "master-dev"
}
}
Expand Down
4 changes: 2 additions & 2 deletions book/part2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ dependency for the project:
{
"require": {
"symfony/class-loader": "2.1.*",
"symfony/http-foundation": "2.1.*"
"symfony/class-loader": "master-dev",
"symfony/http-foundation": "master-dev"
}
}
Expand Down

0 comments on commit 18d376e

Please sign in to comment.