joomla-framework / di

Joomla Framework DI Package
GNU General Public License v2.0
15 stars 17 forks source link

Interop #16

Closed nibra closed 9 years ago

nibra commented 9 years ago

Changes

The Delegate Lookup feature is still missing, as it collides with the hierarchical concept of the Joomla! DI Container. Since that feature is a recommendation and not a requirement, the DI is PSR-11 compatible now. Nevertheless, I'll try to add it later.

Documentation

Some rework has be done on the documentation. It was moved from the README.md file into overview.md in the docs folder, and the README.md file completed with relevant information about the package.

I tried to make the documentation an example on how to turn (proper) test results into user documentation. Have a look at the source of that document.