change on memos display & inputs
This commit is contained in:
66
composer.lock
generated
66
composer.lock
generated
@@ -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": "d0ff9b31e0a9c20da145f26712575e63",
|
||||
"content-hash": "bc656763558a52327994265003e73f70",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@@ -792,6 +792,7 @@
|
||||
"email": "jakub.onderka@gmail.com"
|
||||
}
|
||||
],
|
||||
"abandoned": "php-parallel-lint/php-console-color",
|
||||
"time": "2018-09-29T17:23:10+00:00"
|
||||
},
|
||||
{
|
||||
@@ -838,6 +839,7 @@
|
||||
}
|
||||
],
|
||||
"description": "Highlight PHP code in terminal",
|
||||
"abandoned": "php-parallel-lint/php-console-highlighter",
|
||||
"time": "2018-09-29T18:48:56+00:00"
|
||||
},
|
||||
{
|
||||
@@ -6226,6 +6228,68 @@
|
||||
"homepage": "https://github.com/sebastianbergmann/version",
|
||||
"time": "2016-10-03T07:35:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-web-tinker",
|
||||
"version": "1.7.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-web-tinker.git",
|
||||
"reference": "be6f2dedf85beede027112dee630b391c8dd49ee"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-web-tinker/zipball/be6f2dedf85beede027112dee630b391c8dd49ee",
|
||||
"reference": "be6f2dedf85beede027112dee630b391c8dd49ee",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/cookie": "^5.8|^6.0|^7.0",
|
||||
"illuminate/session": "^5.8|^6.0|^7.0",
|
||||
"illuminate/support": "^5.8|^6.0|^7.0",
|
||||
"laravel/tinker": "^1.0|^2.0",
|
||||
"php": "^7.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^3.8|^4.0|^5.0",
|
||||
"phpunit/phpunit": "^8.0|^9.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Spatie\\WebTinker\\WebTinkerServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Spatie\\WebTinker\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Freek Van der Herten",
|
||||
"email": "freek@spatie.be",
|
||||
"homepage": "https://spatie.be",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Artisan Tinker in your browser",
|
||||
"homepage": "https://github.com/spatie/laravel-web-tinker",
|
||||
"keywords": [
|
||||
"Tinker",
|
||||
"debug",
|
||||
"development",
|
||||
"laravel",
|
||||
"spatie",
|
||||
"web-tinker"
|
||||
],
|
||||
"time": "2020-03-04T20:02:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "theseer/tokenizer",
|
||||
"version": "1.1.3",
|
||||
|
||||
Reference in New Issue
Block a user