From bcf8f360807ef1d2887585cf84fc6cacf194b405 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Fri, 2 Oct 2020 22:56:41 +0800 Subject: [PATCH] Add laravel/ui ^2.0 --- composer.json | 1 + composer.lock | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 57 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0bbc397..000c969 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ "fideloper/proxy": "^4.0", "laracasts/presenter": "^0.2.1", "laravel/framework": "^7.0", + "laravel/ui": "^2.0", "luthfi/formfield": "1.*", "riskihajar/terbilang": "^1.2", "spatie/laravel-fractal": "^5.0" diff --git a/composer.lock b/composer.lock index e1614b5..4f1a150 100644 --- a/composer.lock +++ b/composer.lock @@ -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": {