Skip to content

Commit ede2e4c

Browse files
committed
Magento Coding Standard Versioning Strategy
- style fixes
1 parent 5971055 commit ede2e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design-documents/testing/static/coding-standard-versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ General overview scheme:
1212

1313
Single number sequence-based version identifier will be incremented every release.
1414

15-
Once new release happens it automatically means that all users core developers, community contributors, system integrators and extension developers need to follow the latest version.
15+
Once new release happens it automatically means that all users (core developers, community contributors, system integrators and extension developers) need to follow the latest version.
1616

1717
**Only the latest version** will be supported.
1818

1919
## Dependency
20-
Since we want all users core developers, community contributors, system integrators and extension developers to follow the latest version of Coding Standard, the dependency should be `"*"`.
20+
Since we want all users (core developers, community contributors, system integrators and extension developers) to follow the latest version of Coding Standard, the dependency should be `"*"`.
2121
```
2222
"require-dev": {
2323
...

0 commit comments

Comments
 (0)