Skip to content

Commit 48c4f98

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Update git protocol in URL Tell about COMPOSER_ROOT_VERSION when not working on the default branch
2 parents 4eeffc4 + 2235259 commit 48c4f98

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

contributing/code/tests.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ tests, such as Doctrine, Twig and Monolog. To do so,
2424
2525
$ composer update
2626
27+
.. tip::
28+
29+
Dependencies might fail to update and in this case Composer might need you to
30+
tell it what Symfony version you are working on.
31+
To do so set ``COMPOSER_ROOT_VERSION`` variable, e.g.:
32+
33+
.. code-block:: terminal
34+
35+
$ COMPOSER_ROOT_VERSION=4.4.x-dev composer update
36+
2737
.. _running:
2838

2939
Running the Tests

contributing/documentation/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ this value accordingly):
7676
.. code-block:: terminal
7777
7878
$ cd projects/
79-
$ git clone git://github.com/YOUR-GITHUB-USERNAME/symfony-docs.git
79+
$ git clone git@github.com:YOUR-GITHUB-USERNAME/symfony-docs.git
8080
8181
**Step 3.** Add the original Symfony docs repository as a "Git remote" executing
8282
this command:

0 commit comments

Comments
 (0)