# Installation

## Requirements

- PHP 8.3, 8.4 or 8.5
- A PSR-11 container (`psr/container` ^1.0 || ^2.0), usually `laminas/laminas-servicemanager`
- `doctrine/orm` ^2.9 || ^3.0 - required only if you use `AttributedRepositoryFactory`

## Install

Install `dotkernel/dot-dependency-injection` by executing the following Composer command:

```shell
composer require dotkernel/dot-dependency-injection
```
