WIP: Enabled metronic frontend
This commit is contained in:
75
composer.lock
generated
75
composer.lock
generated
@@ -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": "8fe85a6d50589a911b79a4d65a817e89",
|
||||
"content-hash": "e20c5f1f23f2cff3422f17109a898629",
|
||||
"packages": [
|
||||
{
|
||||
"name": "barryvdh/laravel-debugbar",
|
||||
@@ -1354,6 +1354,76 @@
|
||||
],
|
||||
"time": "2017-08-06T17:41:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "magyarjeti/laravel-lipsum",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/magyarjeti/laravel-lipsum.git",
|
||||
"reference": "defb47d4931cd6ba724e0f62e037c5c463e12431"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/magyarjeti/laravel-lipsum/zipball/defb47d4931cd6ba724e0f62e037c5c463e12431",
|
||||
"reference": "defb47d4931cd6ba724e0f62e037c5c463e12431",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": ">=4.0",
|
||||
"magyarjeti/loripsum-client": "v2.0",
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Magyarjeti\\LaravelLipsum": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"description": "Lorem ipsum generator for Laravel Framework",
|
||||
"time": "2015-02-09T13:54:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "magyarjeti/loripsum-client",
|
||||
"version": "v2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/magyarjeti/loripsum-client.git",
|
||||
"reference": "ce686fb76ee41baeb65fb8c9474dbbad7e54a03e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/magyarjeti/loripsum-client/zipball/ce686fb76ee41baeb65fb8c9474dbbad7e54a03e",
|
||||
"reference": "ce686fb76ee41baeb65fb8c9474dbbad7e54a03e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "0.9.2",
|
||||
"phpunit/phpunit": "4.3.1",
|
||||
"squizlabs/php_codesniffer": "2.0.0RC2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Magyarjeti\\Loripsum": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "Lorem ipsum generator.",
|
||||
"keywords": [
|
||||
"ipsum",
|
||||
"lipsum",
|
||||
"lorem",
|
||||
"loripsum"
|
||||
],
|
||||
"time": "2014-10-09T15:07:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "maximebf/debugbar",
|
||||
"version": "v1.14.1",
|
||||
@@ -4953,7 +5023,8 @@
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"laravel/spark": 20
|
||||
"laravel/spark": 20,
|
||||
"magyarjeti/laravel-lipsum": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
|
Reference in New Issue
Block a user