2023-08-16 15:39:57 +01:00
|
|
|
## packages
|
2022-11-09 10:11:31 +02:00
|
|
|
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.
|
2023-08-16 15:39:57 +01:00
|
|
|
|
|
|
|
## 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.
|