Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-kvashnin committed May 26, 2024
1 parent c36f2b9 commit 2141491
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Container

[![Latest Stable Version](https://poser.pugx.org/norvica/container/v/stable.png)](https://packagist.org/packages/norvica/container)
[![Checks](https://github.com/norvica/container/actions/workflows/checks.yml/badge.svg)](https://github.com/norvica/container/actions/workflows/checks.yml)

Simple yet powerful DI container for PHP, with PSR-11 compliance and easy configuration.

Read the [documentation](https://container.norvica.dev).

> [!IMPORTANT]
> This library is under active development and is not yet at version `1.0`. While some features or implementation details
> may change in future updates, the core functionality adheres to the PSR-11 container interface, ensuring compatibility
Expand Down Expand Up @@ -57,4 +62,4 @@ code.
composer require norvica/container
```

Read more on [https://validation.norvica.dev](https://container.norvica.dev)
Read the [documentation](https://container.norvica.dev).

0 comments on commit 2141491

Please sign in to comment.