Skip to content

Commit

Permalink
getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed May 22, 2024
1 parent 5b11802 commit 72bbed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ However, this is a relatively naive way to create objects with the _Container_.

A full-featured container can use [attributes](attributes.md) for injection and container modification. Moreover, for
maximum performance, we would have to compile the container, serialize it and save it to a cache layer like the filesystem.
Subsequent processes would only have to unserialize to have a compiled container. The `ContainerConfigClassScanner`
scans for classes and annotations inside your project.
Subsequent processes would only have to unserialize to have a compiled container.

This does require, however, to add a package to your dependencies.
The `ContainerConfigClassScanner` scans for classes and annotations inside your project. This does require,
however, to add a package to your dependencies.

```sh
composer require composer/class-map-generator
Expand Down

0 comments on commit 72bbed2

Please sign in to comment.