composer update忘れてた
This commit is contained in:
parent
a531e5c9bb
commit
cb4dacdaf6
63
composer.lock
generated
63
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "2bdf14eca5656a5e32af355898866bc3",
|
"content-hash": "fb41abd14b58e0380b2366dd85b1b53f",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "anhskohbo/no-captcha",
|
"name": "anhskohbo/no-captcha",
|
||||||
@ -4583,6 +4583,67 @@
|
|||||||
],
|
],
|
||||||
"time": "2018-12-13T10:34:14+00:00"
|
"time": "2018-12-13T10:34:14+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "beyondcode/laravel-dump-server",
|
||||||
|
"version": "1.3.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/beyondcode/laravel-dump-server.git",
|
||||||
|
"reference": "fcc88fa66895f8c1ff83f6145a5eff5fa2a0739a"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/fcc88fa66895f8c1ff83f6145a5eff5fa2a0739a",
|
||||||
|
"reference": "fcc88fa66895f8c1ff83f6145a5eff5fa2a0739a",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0",
|
||||||
|
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0",
|
||||||
|
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
|
||||||
|
"php": "^7.1",
|
||||||
|
"symfony/var-dumper": "^4.1.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"larapack/dd": "^1.0",
|
||||||
|
"phpunit/phpunit": "^7.0"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"laravel": {
|
||||||
|
"providers": [
|
||||||
|
"BeyondCode\\DumpServer\\DumpServerServiceProvider"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"BeyondCode\\DumpServer\\": "src"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"helpers.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Marcel Pociot",
|
||||||
|
"email": "marcel@beyondco.de",
|
||||||
|
"homepage": "https://beyondco.de",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Symfony Var-Dump Server for Laravel",
|
||||||
|
"homepage": "https://github.com/beyondcode/laravel-dump-server",
|
||||||
|
"keywords": [
|
||||||
|
"beyondcode",
|
||||||
|
"laravel-dump-server"
|
||||||
|
],
|
||||||
|
"time": "2019-08-11T13:17:40+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/ca-bundle",
|
"name": "composer/ca-bundle",
|
||||||
"version": "1.2.7",
|
"version": "1.2.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user