Removed the composite container and use of pimple-interop. Now the "root" container is the application class (so it's Pimple directly). It will forward calls to PHP-DI if it doesn't contain the entry.
This should be a much faster/optimized solution since there are much less components into play.
Removed the composite container and use of pimple-interop. Now the "root" container is the application class (so it's Pimple directly). It will forward calls to PHP-DI if it doesn't contain the entry.
This should be a much faster/optimized solution since there are much less components into play.
It should also fix #3.