contao-community-alliance / dependency-container

Dependency container for Contao Open Source CMS based on the Pimple Dependency Injection Container
GNU Lesser General Public License v3.0
1 stars 4 forks source link

Fix project description #4

Closed dominikzogg closed 10 years ago

dominikzogg commented 10 years ago

Dependency container for Contao Open Source CMS based on the Symfony2 Dependency Injection Component

Dependency container for Contao Open Source CMS based on Pimple the dependency injection component of Silex

tristanlins commented 10 years ago

I changed the description to "Dependency container for Contao Open Source CMS based on the Pimple Dependency Injection Container", since I could not find any information that Pimple is part of the Silex project, Silex just use Pimple.

See http://pimple.sensiolabs.org/ and http://silex.sensiolabs.org/

It is built on the shoulders of Symfony2 and Pimple and also inspired by sinatra.