Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
Robust dependency injection service container framework.
shard.yml
:dependencies:
athena-dependency_injection:
github: athena-framework/dependency-injection
version: ~> 0.3.0
shards install
If using the component on its own, checkout the API documentation. If using the component as part of Athena, also checkout the external documentation.
Report issues and send Pull Requests in the main Athena repository.