From 3e47dc8c49767f5112d9e851a3e65993c642407f Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 3 Aug 2015 15:29:35 +0200 Subject: [PATCH] Fixed the PHP-DI entry - the name is PHP-DI (instead of PHP DI) - updated the URL - updated the description (annotations have become a secondary feature and are encompassed by "autowiring") --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b089bd..9f9cbf5 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container. * [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container. * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container. -* [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations. +* [PHP-DI](http://php-di.org/) - A dependency injection container supporting autowiring and PHP configuration. * [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators. * [Symfony DI](https://github.com/symfony/DependencyInjection) - A dependency injection container component (SF2).