From f4ad79913b84b291ab37596bf59c44f239e0ff7d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Feb 2022 12:06:53 +0000 Subject: [PATCH] Update dependency maatwebsite/excel to v3.1.36 --- composer.json | 2 +- composer.lock | 46 +++++++++++++++++++++++----------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index e41343974..55cda9c58 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "laravel/socialite": "5.5.0", "laravel/tinker": "2.7.0", "lynndigital/select-or-custom": "dev-master", - "maatwebsite/excel": "3.1.35", + "maatwebsite/excel": "3.1.36", "madewithlove/laravel-nova-uuid-support": "1.3", "meilisearch/meilisearch-php": "0.20.0", "oitnetworkservices/buzzapiclient": "0.1.3", diff --git a/composer.lock b/composer.lock index 5d11430fa..07474702a 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "37c409d1771f822541ad88102089b449", + "content-hash": "aebae9b5321bc7fd7da968397892420e", "packages": [ { "name": "adldap2/adldap2", @@ -3871,26 +3871,26 @@ }, { "name": "maatwebsite/excel", - "version": "3.1.35", + "version": "3.1.36", "source": { "type": "git", "url": "https://github.com/SpartnerNL/Laravel-Excel.git", - "reference": "6f171c8b79e1c0fb254f3ec40f7a11ac79289eaa" + "reference": "eb31f30d72c51c3fb11644b636945accbe50404f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/6f171c8b79e1c0fb254f3ec40f7a11ac79289eaa", - "reference": "6f171c8b79e1c0fb254f3ec40f7a11ac79289eaa", + "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/eb31f30d72c51c3fb11644b636945accbe50404f", + "reference": "eb31f30d72c51c3fb11644b636945accbe50404f", "shasum": "" }, "require": { "ext-json": "*", - "illuminate/support": "5.8.*|^6.0|^7.0|^8.0", + "illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0", "php": "^7.0|^8.0", "phpoffice/phpspreadsheet": "^1.18" }, "require-dev": { - "orchestra/testbench": "^6.0", + "orchestra/testbench": "^6.0|^7.0", "predis/predis": "^1.1" }, "type": "library", @@ -3933,7 +3933,7 @@ ], "support": { "issues": "https://github.com/SpartnerNL/Laravel-Excel/issues", - "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.35" + "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.36" }, "funding": [ { @@ -3945,7 +3945,7 @@ "type": "github" } ], - "time": "2022-01-04T15:05:43+00:00" + "time": "2022-01-27T18:34:20+00:00" }, { "name": "madewithlove/laravel-nova-uuid-support", @@ -10299,12 +10299,12 @@ } }, "autoload": { - "psr-4": { - "Amp\\ByteStream\\": "lib" - }, "files": [ "lib/functions.php" - ] + ], + "psr-4": { + "Amp\\ByteStream\\": "lib" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -15668,16 +15668,16 @@ }, { "name": "vimeo/psalm", - "version": "4.19.0", + "version": "4.20.0", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "a2ad69ae4f5ab1f7d225a8dc4e2ec2d9415ed599" + "reference": "f82a70e7edfc6cf2705e9374c8a0b6a974a779ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/a2ad69ae4f5ab1f7d225a8dc4e2ec2d9415ed599", - "reference": "a2ad69ae4f5ab1f7d225a8dc4e2ec2d9415ed599", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/f82a70e7edfc6cf2705e9374c8a0b6a974a779ed", + "reference": "f82a70e7edfc6cf2705e9374c8a0b6a974a779ed", "shasum": "" }, "require": { @@ -15743,13 +15743,13 @@ } }, "autoload": { - "psr-4": { - "Psalm\\": "src/Psalm/" - }, "files": [ "src/functions.php", "src/spl_object_id.php" - ] + ], + "psr-4": { + "Psalm\\": "src/Psalm/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -15768,9 +15768,9 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.19.0" + "source": "https://github.com/vimeo/psalm/tree/4.20.0" }, - "time": "2022-01-27T19:00:37+00:00" + "time": "2022-02-03T17:03:47+00:00" }, { "name": "webmozart/path-util",