Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fda9900

Browse filesBrowse files
committed
fixed pygments code name for json
1 parent 8399581 commit fda9900
Copy full SHA for fda9900

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed

‎book/part01.rst

Copy file name to clipboardExpand all lines: book/part01.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: book/part02.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: book/part07.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: book/part09.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.