mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Updated lib/README.md for new common folder.
This commit is contained in:
parent
12e578b001
commit
9c94d5a536
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
## packages
|
||||
The packages that are likely to cause conflicts with other plugins (by loading multiple incompatible versions).
|
||||
Their namespaces are isolated by [Mozart](https://github.com/coenjacobs/mozart).
|
||||
|
||||
Currently, the packages are simply added in the repo to avoid making the build process more complex (Mozart has different PHP requirements).
|
||||
We need to isolate only PSR-11 containers and Dhii modularity packages, which are not supposed to change often.
|
||||
|
||||
## common
|
||||
This folder contains reusable classes or components that do not fit into any specific module.
|
||||
They are designed to be versatile and can be used by any module within the plugin.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue