Re-add views/layouts/scripts.blade.php, bump composer.lock
This commit is contained in:
parent
b95f28fbd9
commit
92840d3630
2 changed files with 7 additions and 6 deletions
12
composer.lock
generated
12
composer.lock
generated
|
@ -66,16 +66,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "aws/aws-sdk-php",
|
"name": "aws/aws-sdk-php",
|
||||||
"version": "3.171.11",
|
"version": "3.171.12",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||||
"reference": "eeebac8f6efd141af09c44dbd9cca4f1d327ef21"
|
"reference": "2a575d8336a6005fcd7b8c3d54783ee5ddc3ceac"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/eeebac8f6efd141af09c44dbd9cca4f1d327ef21",
|
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2a575d8336a6005fcd7b8c3d54783ee5ddc3ceac",
|
||||||
"reference": "eeebac8f6efd141af09c44dbd9cca4f1d327ef21",
|
"reference": "2a575d8336a6005fcd7b8c3d54783ee5ddc3ceac",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -150,9 +150,9 @@
|
||||||
"support": {
|
"support": {
|
||||||
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
||||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.171.11"
|
"source": "https://github.com/aws/aws-sdk-php/tree/3.171.12"
|
||||||
},
|
},
|
||||||
"time": "2021-01-04T19:13:09+00:00"
|
"time": "2021-01-05T19:12:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
|
|
1
resources/views/layouts/scripts.blade.php
Normal file
1
resources/views/layouts/scripts.blade.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{{-- Just here as a binder for dynamically rendered content. --}}
|
Loading…
Reference in a new issue