@@ -146,14 +146,14 @@ component offers a rich integration.
146
146
147
147
To use the integration, you'll need the ``TwigBridge ``, which provides integration
148
148
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 ``
150
150
line to your ``composer.json `` file:
151
151
152
152
.. code-block :: json
153
153
154
154
{
155
155
"require" : {
156
- "symfony/twig-bridge" : " 2.1 .*"
156
+ "symfony/twig-bridge" : " 2.3 .*"
157
157
}
158
158
}
159
159
@@ -222,15 +222,15 @@ via your own Twig extension.
222
222
223
223
To use the built-in integration, be sure that your project has Symfony's
224
224
``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
226
226
of each of these by adding the following to your ``composer.json `` file:
227
227
228
228
.. code-block :: json
229
229
230
230
{
231
231
"require" : {
232
- "symfony/translation" : " 2.1 .*" ,
233
- "symfony/config" : " 2.1 .*"
232
+ "symfony/translation" : " 2.3 .*" ,
233
+ "symfony/config" : " 2.3 .*"
234
234
}
235
235
}
236
236
@@ -274,13 +274,13 @@ array or object) and pass it through your own validation system.
274
274
275
275
To use the integration with Symfony's Validator component, first make sure
276
276
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 ``:
278
278
279
279
.. code-block :: json
280
280
281
281
{
282
282
"require" : {
283
- "symfony/validator" : " 2.1 .*"
283
+ "symfony/validator" : " 2.3 .*"
284
284
}
285
285
}
286
286
0 commit comments