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

Composer installation verbosity tip#4099

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
Closed
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletionsbook/installation.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -64,6 +64,10 @@ Distribution:
To download the vendor files faster, add the ``--prefer-dist`` option at
the end of any Composer command.

Add the ``-vvv`` flag to see everything that Composer is doing - this is
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I would add atip directive before this paragraph so that there are two tips (one for the--prefer-dist option and one for the-vvv flag).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

+1 for moving this to a tip.

Also, let's say something like "You can add the -vvv flag to the end of the command to see everything that Composer is doing. This is useful on a slow connection, where..."

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Ah, basically - we have a really nicely-worded tip everywhere else - we can just use that wording here :).

especially useful on a slow connection where it may seem that nothing is
happening.

This command may take several minutes to run as Composer downloads the Standard
Distribution along with all of the vendor libraries that it needs. When it finishes,
you should have a directory that looks something like this:
Expand Down
8 changes: 7 additions & 1 deletioncookbook/workflow/new_project_git.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,7 +24,13 @@ git repository:

.. code-block:: bash

$ php composer.phar create-project symfony/framework-standard-edition path/ '~2.3'
$ php composer.phar create-project symfony/framework-standard-edition path/ '~2.5'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

We use the oldest still maintained Symfony version. So I don't think that this should be changed.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Ah ok, sorry - I was bringing this in line with the changes i made in#4091

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Yep, let's change this back :)


.. tip::

Add the ``-vvv`` flag to see everything that Composer is doing - this is
especially useful on a slow connection where it may seem that nothing is
happening.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

You need to indent this with three more spaces so that it is rendered as part of the list item.


Composer will now download the Standard Distribution along with all of the
required vendor libraries. For more information about downloading Symfony using
Expand Down
6 changes: 6 additions & 0 deletionsquick_tour/the_big_picture.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,6 +20,12 @@ directory:

$ composer create-project symfony/framework-standard-edition myproject/ '~2.5'

.. tip::

Add the ``-vvv`` flag to see everything that Composer is doing - this is
especially useful on a slow connection where it may seem that nothing is
happening.

.. note::

`Composer`_ is the package manager used by modern PHP applications and the
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp