Problem/Motivation

In 4 classes, we're currently using methods from Laravel's Illuminate\Support\Arr utility. That's why we have the dependency on illuminate/support which in itself is a massive package, and it comes with a fairly long list of additional dependencies. That's a lot of unnecessary code.

Proposed resolution

Replace those utility methods with native PHP array function calls.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jurgenhaas created an issue. See original summary.

jurgenhaas’s picture

Status: Active » Needs review
lammensj’s picture

Status: Needs review » Reviewed & tested by the community

  • jurgenhaas committed d13d6fdf on 1.0.x
    task: #3560052 Replace Illuminate\Support\Arr with native PHP array...
jurgenhaas’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.