|
|
|
@ -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": "ce4456e5c19452c6d144d2fd2115f85d", |
|
|
|
"content-hash": "e06144fb3615c5ef478a147a2bf63f56", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "backup-manager/backup-manager", |
|
|
|
@ -723,6 +723,61 @@ |
|
|
|
"time": "2020-09-17T14:23:26+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "laravel/ui", |
|
|
|
"version": "v2.4.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/laravel/ui.git", |
|
|
|
"reference": "1c69ae3e8b52fe6c9eaf83b43c6dd8ef5c3f9e2c" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/laravel/ui/zipball/1c69ae3e8b52fe6c9eaf83b43c6dd8ef5c3f9e2c", |
|
|
|
"reference": "1c69ae3e8b52fe6c9eaf83b43c6dd8ef5c3f9e2c", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"illuminate/console": "^7.0", |
|
|
|
"illuminate/filesystem": "^7.0", |
|
|
|
"illuminate/support": "^7.0", |
|
|
|
"php": "^7.2.5" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"mockery/mockery": "^1.0", |
|
|
|
"phpunit/phpunit": "^8.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"laravel": { |
|
|
|
"providers": [ |
|
|
|
"Laravel\\Ui\\UiServiceProvider" |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Laravel\\Ui\\": "src/", |
|
|
|
"Illuminate\\Foundation\\Auth\\": "auth-backend/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Taylor Otwell", |
|
|
|
"email": "taylor@laravel.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Laravel UI utilities and presets.", |
|
|
|
"keywords": [ |
|
|
|
"laravel", |
|
|
|
"ui" |
|
|
|
], |
|
|
|
"time": "2020-09-22T16:51:51+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "laravelcollective/html", |
|
|
|
"version": "v6.2.0", |
|
|
|
"source": { |
|
|
|
|