Skip to content

Commit ef211b3

Browse files
committed
minor #5473 --dev is default and causes a warning (DQNEO)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #5473). Discussion ---------- --dev is default and causes a warning --dev causes a warning: ``` $ composer --dev update You are using the deprecated option "dev". Dev packages are installed by default now. ``` Commits ------- ce518db --dev is default and causes a warning
2 parents 3afb867 + ce518db commit ef211b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ the follow command:
4545

4646
.. code-block:: bash
4747
48-
$ composer --dev update
48+
$ composer update
4949
5050
Running
5151
-------

0 commit comments

Comments
 (0)