Skip to content

Commit fda9900

Browse files
committed
fixed pygments code name for json
1 parent 8399581 commit fda9900

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

book/part01.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To install the Symfony2 Components that we need for our framework, we are
108108
going to use `Composer`_, a project dependency manager for PHP. First, list
109109
your dependencies in a ``composer.json`` file:
110110

111-
.. code-block:: json
111+
.. code-block:: javascript
112112
113113
{
114114
"require": {

book/part02.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ layer.
127127
To use this component, open the ``composer.json`` file and add it as a
128128
dependency for the project:
129129

130-
.. code-block:: json
130+
.. code-block:: javascript
131131
132132
{
133133
"require": {

book/part07.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To wrap up the refactoring, let's move everything but routes definition from
8585
For the classes defined under the ``Simplex`` and ``Calendar`` namespaces to
8686
be autoloaded, update the ``composer.json`` file:
8787

88-
.. code-block:: json
88+
.. code-block:: javascript
8989
9090
{
9191
"require": {

book/part09.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pattern, the *Observer*, to allow any kind of behaviors to be attached to our
1717
framework; the Symfony2 EventDispatcher Component implements a lightweight
1818
version of this pattern:
1919

20-
.. code-block:: json
20+
.. code-block:: javascript
2121
2222
{
2323
"require": {

0 commit comments

Comments
 (0)