Tobias Munk
Tobias Munk
@DesRodman Did you try to run `composer install` in this repo or did you require AdminLTE in a project?
This is the package causing the problem, I think: ``` "roave/backward-compatibility-check": "^2.0" ``` or run ``` composer why -r nikic/php-parser ``` to see who is requiring this in another version.
> how to change menu with Menu::widget??? see https://github.com/dmstr/yii2-adminlte-asset/blob/master/example-views/yiisoft/yii2-app/layouts/left.php#L29 for an example
Why do you have... ``` "require-dev": { "roave/backward-compatibility-check": "^2.0" } ``` in your app? It's a dev-package for this lib.
> Currently i dont have it in my project, i think i added it from your examples, which i saw in your commit > > Can you please tell me...
As asked over here https://github.com/dmstr/yii2-adminlte-asset/issues/154#issuecomment-373436906 - would it be better to remove the font-awesome dependency altogether?
PRs welcome :) ... but not via CDN, please - we won't use CDN by default due to security issues.
We've removed the FontAwesome dependency in 3.0.0-alpha1 (just create a release) so you can pick your own Font Icon assets.
@bizley We stumbled upon this also. Since `migrate/fresh` is reading the schema meta-data to get all tables, it would be nice if it could also read pgsql types and remove...