Problem Statement
In the profiler there is a catch of ext-excimer.
if (!\extension_loaded('excimer')) {
$this->logger->warning('The profiler was started but is not available because the "excimer" extension is not loaded.');
return;
}
but there is no suggestion in the composer.json for the extension.
Is there a reason for it? Or would it make sense to add it?
Solution Brainstorm
Add ext-excimer to composer.json
Problem Statement
In the profiler there is a catch of
ext-excimer.but there is no suggestion in the composer.json for the extension.
Is there a reason for it? Or would it make sense to add it?
Solution Brainstorm
Add
ext-excimerto composer.json