Skip to content

Commit 533330f

Browse files
issei-mweaverryan
authored andcommitted
fix missing snippet, latest components version
1 parent 33d18c5 commit 533330f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

components/form/introduction.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,14 @@ component offers a rich integration.
146146

147147
To use the integration, you'll need the ``TwigBridge``, which provides integration
148148
between Twig and several Symfony2 components. If you're using Composer, you
149-
could install the latest 2.1 version by adding the following ``require``
149+
could install the latest 2.3 version by adding the following ``require``
150150
line to your ``composer.json`` file:
151151

152152
.. code-block:: json
153153
154154
{
155155
"require": {
156-
"symfony/twig-bridge": "2.1.*"
156+
"symfony/twig-bridge": "2.3.*"
157157
}
158158
}
159159
@@ -222,15 +222,15 @@ via your own Twig extension.
222222

223223
To use the built-in integration, be sure that your project has Symfony's
224224
``Translation`` and :doc:`Config </components/config/introduction>` components
225-
installed. If you're using Composer, you could get the latest 2.1 version
225+
installed. If you're using Composer, you could get the latest 2.3 version
226226
of each of these by adding the following to your ``composer.json`` file:
227227

228228
.. code-block:: json
229229
230230
{
231231
"require": {
232-
"symfony/translation": "2.1.*",
233-
"symfony/config": "2.1.*"
232+
"symfony/translation": "2.3.*",
233+
"symfony/config": "2.3.*"
234234
}
235235
}
236236
@@ -274,13 +274,13 @@ array or object) and pass it through your own validation system.
274274

275275
To use the integration with Symfony's Validator component, first make sure
276276
it's installed in your application. If you're using Composer and want to
277-
install the latest 2.1 version, add this to your ``composer.json``:
277+
install the latest 2.3 version, add this to your ``composer.json``:
278278

279279
.. code-block:: json
280280
281281
{
282282
"require": {
283-
"symfony/validator": "2.1.*"
283+
"symfony/validator": "2.3.*"
284284
}
285285
}
286286

0 commit comments

Comments
 (0)