mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-22 07:54:11 -05:00
Remove laravelcollective/bus as this isn't required for 5.3
This commit is contained in:
parent
f82f9d130e
commit
8c922a9717
3 changed files with 3 additions and 59 deletions
|
@ -12,8 +12,7 @@
|
||||||
"gwnobots/laravel-head": "dev-master",
|
"gwnobots/laravel-head": "dev-master",
|
||||||
"spatie/laravel-newsletter": "^2.2",
|
"spatie/laravel-newsletter": "^2.2",
|
||||||
"intervention/image": "^2.3",
|
"intervention/image": "^2.3",
|
||||||
"maatwebsite/excel": "^2.1",
|
"maatwebsite/excel": "^2.1"
|
||||||
"laravelcollective/bus": "^5.2"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fzaninotto/faker": "~1.4",
|
"fzaninotto/faker": "~1.4",
|
||||||
|
|
58
composer.lock
generated
58
composer.lock
generated
|
@ -4,8 +4,8 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "aa56f122ce172f7f25127adbf9c77979",
|
"hash": "7686d8ee455840371a40af5bc4034ba0",
|
||||||
"content-hash": "63519e2a46cffe1dc17f4e9d7a504f7e",
|
"content-hash": "310121cde83ed33ff35d9703a3c22f26",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "anahkiasen/underscore-php",
|
"name": "anahkiasen/underscore-php",
|
||||||
|
@ -797,60 +797,6 @@
|
||||||
],
|
],
|
||||||
"time": "2016-08-17 15:05:00"
|
"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",
|
"name": "laravelcollective/html",
|
||||||
"version": "dev-master",
|
"version": "dev-master",
|
||||||
|
|
|
@ -183,7 +183,6 @@ return [
|
||||||
Gwnobots\LaravelHead\LaravelHeadServiceProvider::class,
|
Gwnobots\LaravelHead\LaravelHeadServiceProvider::class,
|
||||||
Spatie\Newsletter\NewsletterServiceProvider::class,
|
Spatie\Newsletter\NewsletterServiceProvider::class,
|
||||||
Intervention\Image\ImageServiceProvider::class,
|
Intervention\Image\ImageServiceProvider::class,
|
||||||
Collective\Bus\BusServiceProvider::class,
|
|
||||||
Maatwebsite\Excel\ExcelServiceProvider::class,
|
Maatwebsite\Excel\ExcelServiceProvider::class,
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue