Skip to content

Commit 626b235

Browse files
committed
Document when bumping deps is allowed
1 parent 372a338 commit 626b235

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/contribute.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ include:
120120
- fixes to incorrect phpdoc comments (docblock type declarations, etc.);
121121
- updates, corrections or improvements to code comments that are not
122122
phpdoc comments;
123+
- _development_ dependency bumps (regular dependencies should not be
124+
bumped).
123125

124126
.. note::
125127

@@ -137,6 +139,7 @@ The next minor version branch may include:
137139

138140
- refactorings, unless they are necessary for a bugfix. This is to avoid
139141
unnecessary risks.
142+
- dependency bumps if they lead to code simplifications;
140143
- new deprecations - read our :ref:`Dedicated policy
141144
<./policies/deprecation>` to figure out
142145
how to contribute those.

0 commit comments

Comments
 (0)