Closed devamitbera closed 6 years ago
Having the same issue
Run command composer require symfony/yaml for install yaml dumper.
Oh, it seems to be fixed in the latest branch, but isn't released yet.
Run composer require mirasvit/module-profiler dev-master
Run command composer require symfony/yaml for install yaml dumper.
That doesn't work, you will get version conflicts.
Default install & run upgrade, compile, etc.
Fatal error: Uncaught Error: Class 'Symfony\Component\Yaml\Dumper' not found in /magento/vendor/mirasvit/module-profiler/src/Profiler/Model/Storage.php:48
$ composer require symfony/yaml
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: don't install symfony/yaml v4.1.4
- Conclusion: don't install symfony/yaml v4.1.3
- Conclusion: don't install symfony/yaml v4.1.2
- Conclusion: don't install symfony/yaml v4.1.1
- symfony/yaml v4.1.0 conflicts with symfony/console[v2.8.38].
- symfony/yaml v4.1.0 conflicts with symfony/console[v2.8.38].
- symfony/yaml v4.1.0 conflicts with symfony/console[v2.8.38].
- Installation request for symfony/yaml ^4.1 -> satisfiable by symfony/yaml[v4.1.0, v4.1.1, v4.1.2, v4.1.3, v4.1.4].
- Installation request for symfony/console (locked at v2.8.38) -> satisfiable by symfony/console[v2.8.38].
$ composer require mirasvit/module-profiler dev-master
Problem 1
- Conclusion: remove symfony/console v2.8.38
- Conclusion: don't install symfony/console v2.8.38
- etc.......
Please help!
composer require symfony/yaml:dev-issue-8145
Use this command
to enable the profiler and getting the this issue:
Why issue are coming ?