Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b39fc0

Browse files
committed
removed the path to composer.json as JSON doe snot support comments but some people copy/paste this line too
1 parent 00e524e commit 4b39fc0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

book/part1.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ your dependencies in a ``composer.json`` file:
110110

111111
.. code-block:: json
112112
113-
# framework/composer.json
114113
{
115114
"require": {
116115
"symfony/class-loader": "2.1.*"

book/part2.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ dependency for the project:
129129

130130
.. code-block:: json
131131
132-
# framework/composer.json
133132
{
134133
"require": {
135134
"symfony/class-loader": "2.1.*",

0 commit comments

Comments
 (0)