Skip to content

Commit

Permalink
removed the path to composer.json as JSON doe snot support comments b…
Browse files Browse the repository at this point in the history
…ut some people copy/paste this line too
  • Loading branch information
fabpot committed Jan 7, 2012
1 parent 00e524e commit 4b39fc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion book/part1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ your dependencies in a ``composer.json`` file:

.. code-block:: json
# framework/composer.json
{
"require": {
"symfony/class-loader": "2.1.*"
Expand Down
1 change: 0 additions & 1 deletion book/part2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ dependency for the project:

.. code-block:: json
# framework/composer.json
{
"require": {
"symfony/class-loader": "2.1.*",
Expand Down

0 comments on commit 4b39fc0

Please sign in to comment.