You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework/modules-and-third-party-libraries.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,16 @@ new module will reside in `src/Mymodule` directory, and the module test at `test
29
29
Antidot framework is an open-source ecosystem friendly, and it allows easily to manage third-party libraries or packages
30
30
making use of the [Laminas Config Provider](https://docs.laminas.dev/laminas-config-aggregator/config-providers/) component.
31
31
32
-
With Composer, you can install any package available in [Packagist](https://packagist.org/), then if you want to have it available in the DI container,
33
-
you need to configure wanted dependency in a config file following [the config instructions](/framework/dependency-injection.md).
32
+
With Composer, you can install any package available in [Packagist](https://packagist.org/), then if you want to have
33
+
it available in the DI container, you need to configure wanted dependency in a config file following
0 commit comments