Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Remove 2.3.* from composer snippets in the form component doc#6211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Nicofuma wants to merge1 commit intosymfony:masterfromNicofuma:patch-1
Closed
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletionscomponents/form/introduction.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -163,14 +163,14 @@ component offers a rich integration.

To use the integration, you'll need the ``TwigBridge``, which provides integration
between Twig and several Symfony components. If you're using Composer, you
could install the latest2.3 version by adding the following ``require``
could install the latest3.x version by adding the following ``require``
line to your ``composer.json`` file:

.. code-block:: json

{
"require": {
"symfony/twig-bridge": "2.3.*"
"symfony/twig-bridge": "~3.0"
}
}

Expand DownExpand Up@@ -243,15 +243,15 @@ via your own Twig extension.

To use the built-in integration, be sure that your project has Symfony's
Translation and :doc:`Config </components/config/introduction>` components
installed. If you're using Composer, you could get the latest2.3 version
installed. If you're using Composer, you could get the latest3.x version
of each of these by adding the following to your ``composer.json`` file:

.. code-block:: json

{
"require": {
"symfony/translation": "2.3.*",
"symfony/config": "2.3.*"
"symfony/translation": "~3.0",
"symfony/config": "~3.0"
}
}

Expand DownExpand Up@@ -295,13 +295,13 @@ array or object) and pass it through your own validation system.

To use the integration with Symfony's Validator component, first make sure
it's installed in your application. If you're using Composer and want to
install the latest2.3 version, add this to your ``composer.json``:
install the latest3.x version, add this to your ``composer.json``:

.. code-block:: json

{
"require": {
"symfony/validator": "2.3.*"
"symfony/validator": "~3.0"
}
}

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp