Skip to content

Illuminate\Support requires ext/ctype, missing from composer.json #14461

@JoshyPHP

Description

@JoshyPHP

The current version of Illuminate\Support\Str uses ctype_lower() but ext/ctype is missing from its composer.json.

Note that this is currently the only occurence of ext/ctype used in the codebase so you can either add the requirement to composer.json or replace that lone use with a regexp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions