-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #3
base: master
Are you sure you want to change the base?
Conversation
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.*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i see you're not a fan of Smarty :)
It's not ready yet. Tests are not passed. |
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.