summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock56
1 files changed, 55 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 2cc0310..9a939f2 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "content-hash": "2856822d1252b14868b66333c24a87d8",
+ "content-hash": "40a13de34ab6bec5a77499c6933d1cb2",
"packages": [
{
"name": "dnoegel/php-xdg-base-dir",
@@ -3433,6 +3433,60 @@
"time": "2016-01-20T08:20:44+00:00"
},
{
+ "name": "laravel/ui",
+ "version": "v1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/ui.git",
+ "reference": "bb64fca681566ca94457d490a00f899516e75664"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/ui/zipball/bb64fca681566ca94457d490a00f899516e75664",
+ "reference": "bb64fca681566ca94457d490a00f899516e75664",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/console": "~5.8|^6.0",
+ "illuminate/filesystem": "~5.8|^6.0",
+ "illuminate/support": "~5.8|^6.0",
+ "php": "^7.1.3"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.0",
+ "phpunit/phpunit": "^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Laravel\\Ui\\UiServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\Ui\\": "src/"
+ }
+ },
+ "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-02-13T21:12:28+00:00"
+ },
+ {
"name": "mockery/mockery",
"version": "1.3.1",
"source": {