Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Clarify module dependency rule wording #4826

Merged
merged 5 commits into from
Jun 28, 2019
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ The rules listed do not apply to customization code (e.g. Plugins, Observers, JS

### Composer

#### Introducing a new dependency from an existing module
#### Introducing a new dependency between modules

Introducing a new dependency from an existing module is a backward incompatible change because we cannot guarantee when Magento will enable the required module. As a result, we cannot satisfy the dependency in this way.
Introducing a new dependency on another Magento module from an existing module is a backward incompatible change because we cannot guarantee whether an existing instance of Magento will have the target module enabled.

### PHP

Expand Down