Browse Source

框架更新

master
lanzu_qinsheng 5 years ago
parent
commit
2ed762b7d8
  1. 1
      app/Admin/Controllers/HomeController.php
  2. 27
      composer.lock

1
app/Admin/Controllers/HomeController.php

@ -2,6 +2,7 @@
namespace App\Admin\Controllers; namespace App\Admin\Controllers;
use App\Admin\Common\Type;
use App\Admin\Metrics\Examples; use App\Admin\Metrics\Examples;
use App\Http\Controllers\Controller; use App\Http\Controllers\Controller;
use App\Models\LanzuMpInfo; use App\Models\LanzuMpInfo;

27
composer.lock

@ -1903,16 +1903,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v7.28.1",
"version": "v7.28.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "f7493ab717ca2a9598b1db2d6a3bae8ac8c755e8"
"reference": "0956b0688d96565044074b77f521a653d9fce5fb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/f7493ab717ca2a9598b1db2d6a3bae8ac8c755e8",
"reference": "f7493ab717ca2a9598b1db2d6a3bae8ac8c755e8",
"url": "https://api.github.com/repos/laravel/framework/zipball/0956b0688d96565044074b77f521a653d9fce5fb",
"reference": "0956b0688d96565044074b77f521a653d9fce5fb",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -2063,7 +2063,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2020-09-09T15:02:46+00:00"
"time": "2020-09-15T14:48:02+00:00"
}, },
{ {
"name": "laravel/scout", "name": "laravel/scout",
@ -3920,16 +3920,16 @@
}, },
{ {
"name": "spatie/eloquent-sortable", "name": "spatie/eloquent-sortable",
"version": "3.8.3",
"version": "3.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/eloquent-sortable.git", "url": "https://github.com/spatie/eloquent-sortable.git",
"reference": "7087d3050b19f29348faead5385eddee50d4c3b5"
"reference": "51bca09f0c49ac2da8cd480e1e667ddcfce5a3f2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/7087d3050b19f29348faead5385eddee50d4c3b5",
"reference": "7087d3050b19f29348faead5385eddee50d4c3b5",
"url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/51bca09f0c49ac2da8cd480e1e667ddcfce5a3f2",
"reference": "51bca09f0c49ac2da8cd480e1e667ddcfce5a3f2",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -3949,6 +3949,13 @@
"phpunit/phpunit": "^8.0|^9.0" "phpunit/phpunit": "^8.0|^9.0"
}, },
"type": "library", "type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\EloquentSortable\\EloquentSortableServiceProvider"
]
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Spatie\\EloquentSortable\\": "src/" "Spatie\\EloquentSortable\\": "src/"
@ -3974,7 +3981,7 @@
"sort", "sort",
"sortable" "sortable"
], ],
"time": "2020-09-08T18:12:01+00:00"
"time": "2020-09-15T06:48:07+00:00"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",

Loading…
Cancel
Save