From 8c922a97179fde6b8d5f829fe99cea39038a382c Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 19 Aug 2016 19:04:54 -0400 Subject: [PATCH] Remove laravelcollective/bus as this isn't required for 5.3 --- composer.json | 3 +-- composer.lock | 58 ++------------------------------------------------ config/app.php | 1 - 3 files changed, 3 insertions(+), 59 deletions(-) diff --git a/composer.json b/composer.json index df77a84..26f3213 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,7 @@ "gwnobots/laravel-head": "dev-master", "spatie/laravel-newsletter": "^2.2", "intervention/image": "^2.3", - "maatwebsite/excel": "^2.1", - "laravelcollective/bus": "^5.2" + "maatwebsite/excel": "^2.1" }, "require-dev": { "fzaninotto/faker": "~1.4", diff --git a/composer.lock b/composer.lock index 829b77d..7f55373 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "aa56f122ce172f7f25127adbf9c77979", - "content-hash": "63519e2a46cffe1dc17f4e9d7a504f7e", + "hash": "7686d8ee455840371a40af5bc4034ba0", + "content-hash": "310121cde83ed33ff35d9703a3c22f26", "packages": [ { "name": "anahkiasen/underscore-php", @@ -797,60 +797,6 @@ ], "time": "2016-08-17 15:05:00" }, - { - "name": "laravelcollective/bus", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/LaravelCollective/bus.git", - "reference": "44fcf9b3988618a5d0487bbe95ba398e939d10e8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/LaravelCollective/bus/zipball/44fcf9b3988618a5d0487bbe95ba398e939d10e8", - "reference": "44fcf9b3988618a5d0487bbe95ba398e939d10e8", - "shasum": "" - }, - "require": { - "illuminate/container": "5.3.*", - "illuminate/contracts": "5.3.*", - "illuminate/pipeline": "5.3.*", - "illuminate/support": "5.3.*", - "php": ">=5.6.4" - }, - "require-dev": { - "mockery/mockery": "~0.9.4", - "phpunit/phpunit": "~5.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.3-dev" - } - }, - "autoload": { - "psr-4": { - "Collective\\Bus\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com" - }, - { - "name": "Adam Engebretson", - "email": "adam@laravelcollective.com" - } - ], - "description": "The Laravel Bus (5.1) package for use in Laravel 5.3.", - "homepage": "http://laravelcollective.com", - "time": "2016-08-04 04:22:53" - }, { "name": "laravelcollective/html", "version": "dev-master", diff --git a/config/app.php b/config/app.php index 63b8572..9263079 100644 --- a/config/app.php +++ b/config/app.php @@ -183,7 +183,6 @@ return [ Gwnobots\LaravelHead\LaravelHeadServiceProvider::class, Spatie\Newsletter\NewsletterServiceProvider::class, Intervention\Image\ImageServiceProvider::class, - Collective\Bus\BusServiceProvider::class, Maatwebsite\Excel\ExcelServiceProvider::class, ],