Skip to content

Composer / Suggestion / ext-excimer #2054

@phpjob

Description

@phpjob

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

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions