Get Newest Horizon (#109)

* Re-publish Horizon assets

* Updated horizon config file

* Newest Horizon now works by using Laravel’s own auth

* For now, remove test for admin login
This commit is contained in:
Jonny Barnes 2019-03-21 19:46:38 +00:00 committed by GitHub
parent e7a44fb663
commit c82c4524eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 995 additions and 80 deletions

31
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "bdc34ba06abc541ce11bcc51b6034c24",
"content-hash": "a1bedd7340f6f8a2fdcc375d3bc5672c",
"packages": [
{
"name": "aws/aws-sdk-php",
@ -1879,40 +1879,41 @@
},
{
"name": "laravel/horizon",
"version": "v1.4.3",
"version": "v3.0.5",
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
"reference": "b00da78d10158036cab2f45115ecc360f2014ed4"
"reference": "07742b81980ca902666fa7d31c453f2647174f00"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/b00da78d10158036cab2f45115ecc360f2014ed4",
"reference": "b00da78d10158036cab2f45115ecc360f2014ed4",
"url": "https://api.github.com/repos/laravel/horizon/zipball/07742b81980ca902666fa7d31c453f2647174f00",
"reference": "07742b81980ca902666fa7d31c453f2647174f00",
"shasum": ""
},
"require": {
"cakephp/chronos": "^1.0",
"ext-json": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"illuminate/contracts": "~5.5",
"illuminate/queue": "~5.5",
"illuminate/support": "~5.5",
"illuminate/contracts": "~5.7.0|~5.8.0",
"illuminate/queue": "~5.7.0|~5.8.0",
"illuminate/support": "~5.7.0|~5.8.0",
"php": ">=7.1.0",
"predis/predis": "^1.1",
"ramsey/uuid": "^3.5",
"symfony/debug": "~3.3|~4.0"
"symfony/debug": "^4.2",
"symfony/process": "^4.2"
},
"require-dev": {
"mockery/mockery": "~1.0",
"orchestra/database": "~3.5",
"orchestra/testbench": "~3.5",
"phpunit/phpunit": "~6.0"
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.7",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "3.0-dev"
},
"laravel": {
"providers": [
@ -1943,7 +1944,7 @@
"laravel",
"queue"
],
"time": "2018-11-01T14:03:51+00:00"
"time": "2019-03-12T16:16:31+00:00"
},
{
"name": "laravel/scout",