Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] Remove Container dependency on Illuminate\Support #30518

Merged
merged 2 commits into from
Nov 6, 2019
Merged

[6.x] Remove Container dependency on Illuminate\Support #30518

merged 2 commits into from
Nov 6, 2019

Commits on Nov 5, 2019

  1. Remove Container dependency on Illuminate\Support

    For standalone projects, pulling in all of Illuminate\Support is a bit
    overkill, given that we're using only a couple of functions from the
    package. This commit opts to duplicate the two helper functions inside
    the container namespace (so they'll be picked up by a subtree split),
    which also removes reliance on any custom global functions.
    
    This goes beyond effectively reverting #29959, as the container used
    Arr::wrap() before adding in the value() helper.
    iansltx committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    534990b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Update Util.php

    taylorotwell committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    2c68981 View commit details
    Browse the repository at this point in the history