reverted temp fix for laravel-excel

This commit is contained in:
Denis Duliçi 2022-09-27 11:21:03 +03:00
parent ae87bb0ac8
commit 94a9d736e3
2 changed files with 15 additions and 15 deletions

View File

@ -65,7 +65,6 @@
"maatwebsite/excel": "3.1.*", "maatwebsite/excel": "3.1.*",
"mnsami/composer-custom-directory-installer": "2.0.*", "mnsami/composer-custom-directory-installer": "2.0.*",
"plank/laravel-mediable": "^5.4", "plank/laravel-mediable": "^5.4",
"psr/simple-cache": "^2.0",
"riverskies/laravel-mobile-detect": "^1.3", "riverskies/laravel-mobile-detect": "^1.3",
"santigarcor/laratrust": "^7.0", "santigarcor/laratrust": "^7.0",
"simple-icons/simple-icons": "^6.0", "simple-icons/simple-icons": "^6.0",

29
composer.lock generated
View File

@ -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": "dedbfb3494422b9cf147050caaa42795", "content-hash": "2a93789b0f787bd0efe26fa564af486f",
"packages": [ "packages": [
{ {
"name": "akaunting/laravel-apexcharts", "name": "akaunting/laravel-apexcharts",
@ -907,16 +907,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.235.15", "version": "3.236.0",
"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": "635914c29fc875c58a85fdf981c27f1f561eaf50" "reference": "bff1f1ade00c758ea27f498baee1fa16901e5bfd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/635914c29fc875c58a85fdf981c27f1f561eaf50", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/bff1f1ade00c758ea27f498baee1fa16901e5bfd",
"reference": "635914c29fc875c58a85fdf981c27f1f561eaf50", "reference": "bff1f1ade00c758ea27f498baee1fa16901e5bfd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -995,9 +995,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.235.15" "source": "https://github.com/aws/aws-sdk-php/tree/3.236.0"
}, },
"time": "2022-09-23T18:16:52+00:00" "time": "2022-09-26T18:13:07+00:00"
}, },
{ {
"name": "balping/json-raw-encoder", "name": "balping/json-raw-encoder",
@ -5723,23 +5723,24 @@
}, },
{ {
"name": "maatwebsite/excel", "name": "maatwebsite/excel",
"version": "3.1.40", "version": "3.1.41",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/SpartnerNL/Laravel-Excel.git", "url": "https://github.com/SpartnerNL/Laravel-Excel.git",
"reference": "8a54972e3d616c74687c3cbff15765555761885c" "reference": "f7a1c3159fab8b4069a67c30e71810b358a2797e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/8a54972e3d616c74687c3cbff15765555761885c", "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/f7a1c3159fab8b4069a67c30e71810b358a2797e",
"reference": "8a54972e3d616c74687c3cbff15765555761885c", "reference": "f7a1c3159fab8b4069a67c30e71810b358a2797e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0", "illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0",
"php": "^7.0|^8.0", "php": "^7.0|^8.0",
"phpoffice/phpspreadsheet": "^1.18" "phpoffice/phpspreadsheet": "^1.18",
"psr/simple-cache": "^1.0|^2.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^6.0|^7.0", "orchestra/testbench": "^6.0|^7.0",
@ -5785,7 +5786,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/SpartnerNL/Laravel-Excel/issues", "issues": "https://github.com/SpartnerNL/Laravel-Excel/issues",
"source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.40" "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.41"
}, },
"funding": [ "funding": [
{ {
@ -5797,7 +5798,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-05-02T13:50:01+00:00" "time": "2022-09-26T14:55:28+00:00"
}, },
{ {
"name": "maennchen/zipstream-php", "name": "maennchen/zipstream-php",