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

[Setup] feat: add section aboutcomposer extra.symfony.require …#20208

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

Merged
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
15 changes: 15 additions & 0 deletionssetup.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -281,6 +281,19 @@ create new projects. If you use Composer, you need to tell the exact version:

$ composer create-project symfony/skeleton:"6.4.*" my_project_directory

With an already existing project, you can restrict Symfony packages to one
specific version by :doc:`using Symfony Flex in your project </setup/flex>`
and setting the ``extra.symfony.require`` config:

.. code-block:: terminal

$ composer config extra.symfony.require "6.4.*"

.. warning::

Tools like `dependabot`_ may ignore this setting and upgrade the Symfony dependencies,
see this `GitHub issue about dependabot`_.

The Symfony Demo application
----------------------------

Expand DownExpand Up@@ -315,6 +328,8 @@ Learn More
.. _`Install Composer`: https://getcomposer.org/download/
.. _`install the Symfony CLI`: https://symfony.com/download
.. _`symfony-cli/symfony-cli GitHub repository`: https://github.com/symfony-cli/symfony-cli
.. _`dependabot`: https://docs.github.com/en/code-security/dependabot
.. _`GitHub issue about dependabot`: https://github.com/dependabot/dependabot-core/issues/4631
.. _`The Symfony Demo Application`: https://github.com/symfony/demo
.. _`Symfony Flex`: https://github.com/symfony/flex
.. _`PHP security advisories database`: https://github.com/FriendsOfPHP/security-advisories
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp