Uh oh!
There was an error while loading. Please reload this page.
Update dependencies - #3
Conversation
kminek
commented
May 8, 2021
hi @stdex ! wow this is huge PR - thanks! i will try to review it in next couple of days. probably will need to change major version because a lot of dependencies got updated :) |
| "illuminate/database": "5.1.*", | ||
| "illuminate/cache": "5.1.*", | ||
| "illuminate/filesystem": "5.1.*", | ||
| "smarty/smarty": "3.1.*", |
stdex
commented
May 10, 2021
It's not ready yet. Tests are not passed. |
kminek
commented
May 10, 2021
yes, Slim 3.* used Pimple by default as DI container. Slim 4.* does not ship with default container AFAIK. it expects external container implementing PSR container interface. So we can include Pimple in composer.json and use PSR flavour: https://github.com/silexphp/Pimple#psr-11-compatibility |
No description provided.