From 92840d36301003220cec91309e70d1d3a5297dd5 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Tue, 5 Jan 2021 15:14:17 -0700 Subject: [PATCH] Re-add views/layouts/scripts.blade.php, bump composer.lock --- composer.lock | 12 ++++++------ resources/views/layouts/scripts.blade.php | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 resources/views/layouts/scripts.blade.php diff --git a/composer.lock b/composer.lock index 34d9cd37f..24c405792 100644 --- a/composer.lock +++ b/composer.lock @@ -66,16 +66,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.171.11", + "version": "3.171.12", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "eeebac8f6efd141af09c44dbd9cca4f1d327ef21" + "reference": "2a575d8336a6005fcd7b8c3d54783ee5ddc3ceac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/eeebac8f6efd141af09c44dbd9cca4f1d327ef21", - "reference": "eeebac8f6efd141af09c44dbd9cca4f1d327ef21", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2a575d8336a6005fcd7b8c3d54783ee5ddc3ceac", + "reference": "2a575d8336a6005fcd7b8c3d54783ee5ddc3ceac", "shasum": "" }, "require": { @@ -150,9 +150,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "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", diff --git a/resources/views/layouts/scripts.blade.php b/resources/views/layouts/scripts.blade.php new file mode 100644 index 000000000..3393bf5fe --- /dev/null +++ b/resources/views/layouts/scripts.blade.php @@ -0,0 +1 @@ +{{-- Just here as a binder for dynamically rendered content. --}}