Skip to content

Commit f642340

Browse files
committed
doc: Update README.md.
1 parent d99f393 commit f642340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Unit tests workflow status](https://github.com/geekcell/container-facade/actions/workflows/tests.yaml/badge.svg)](https://github.com/geekcell/container-facade/actions/workflows/tests.yml) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=geekcell_container-facade&metric=coverage)](https://sonarcloud.io/summary/new_code?id=geekcell_container-facade) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=geekcell_container-facade&metric=bugs)](https://sonarcloud.io/summary/new_code?id=geekcell_container-facade) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=geekcell_container-facade&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=geekcell_container-facade) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=geekcell_container-facade&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=geekcell_container-facade)
44

5-
A standalone PHP library heavily inspired by [Laravel's Facade](https://laravel.com/docs/master/facades) implementation, which can be used with any [PSR-11 compatible](https://www.php-fig.org/psr/psr-11/) dependency injection container (DIC) such as (the ones used by) [Symfony](https://symfony.com/), [Pimple](https://github.com/silexphp/Pimple), or [Slim](https://www.slimframework.com/).
5+
A standalone PHP library heavily inspired by [Laravel's Facade](https://laravel.com/docs/master/facades) implementation, which can be used with any [PSR-11 compatible](https://www.php-fig.org/psr/psr-11/) dependency injection container (DIC) such as (the ones used by) [PHP-DI](https://php-di.org/), [Symfony](https://symfony.com/), [Pimple](https://github.com/silexphp/Pimple), or [Slim](https://www.slimframework.com/).
66

77
## Installation
88

0 commit comments

Comments
 (0)