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

[5.0] Allow composer require illuminate/routing without extra illuminate/events #7582

Closed
wants to merge 1 commit into from

Commits on Feb 23, 2015

  1. Update composer.json

    If we are trying to use `illuminate/routing`, we are required to manually require `illuminate/events` as it's used in the [`__construct`](https://github.com/laravel/framework/blob/5.0/src/Illuminate/Routing/Router.php#L110) method of  `Illuminate\Routing\Router.php`. This change will allow us to only require `illuminate/routing` if we want to use the routing system without the main Laravel framework.
    Marwelln committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    3cd9c5e View commit details
    Browse the repository at this point in the history