Merge pull request #1923 from pavel-mironchik/master

Lock the phpspreadsheet version to 1.16.
This commit is contained in:
Denis Duliçi 2021-03-10 18:10:19 +03:00 committed by GitHub
commit 7b8edfa5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View File

@ -52,6 +52,7 @@
"maatwebsite/excel": "3.1.*", "maatwebsite/excel": "3.1.*",
"mnsami/composer-custom-directory-installer": "2.0.*", "mnsami/composer-custom-directory-installer": "2.0.*",
"monooso/unobserve": "^3.0", "monooso/unobserve": "^3.0",
"phpoffice/phpspreadsheet": "1.16",
"plank/laravel-mediable": "4.4.*", "plank/laravel-mediable": "4.4.*",
"riverskies/laravel-mobile-detect": "^1.3", "riverskies/laravel-mobile-detect": "^1.3",
"santigarcor/laratrust": "6.3.*", "santigarcor/laratrust": "6.3.*",

16
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": "ea0246832221b1db0a2c2a2af2280c6b", "content-hash": "ed7f9185c4b320bd65bb1b8e281eeecf",
"packages": [ "packages": [
{ {
"name": "akaunting/laravel-firewall", "name": "akaunting/laravel-firewall",
@ -7711,16 +7711,16 @@
}, },
{ {
"name": "phpoffice/phpspreadsheet", "name": "phpoffice/phpspreadsheet",
"version": "1.17.1", "version": "1.16.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
"reference": "c55269cb06911575a126dc225a05c0e4626e5fb4" "reference": "76d4323b85129d0c368149c831a07a3e258b2b50"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/c55269cb06911575a126dc225a05c0e4626e5fb4", "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/76d4323b85129d0c368149c831a07a3e258b2b50",
"reference": "c55269cb06911575a126dc225a05c0e4626e5fb4", "reference": "76d4323b85129d0c368149c831a07a3e258b2b50",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7748,7 +7748,7 @@
}, },
"require-dev": { "require-dev": {
"dompdf/dompdf": "^0.8.5", "dompdf/dompdf": "^0.8.5",
"friendsofphp/php-cs-fixer": "^2.18", "friendsofphp/php-cs-fixer": "^2.16",
"jpgraph/jpgraph": "^4.0", "jpgraph/jpgraph": "^4.0",
"mpdf/mpdf": "^8.0", "mpdf/mpdf": "^8.0",
"phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/php-compatibility": "^9.3",
@ -7806,9 +7806,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.17.1" "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.16.0"
}, },
"time": "2021-03-02T17:54:11+00:00" "time": "2020-12-31T18:03:49+00:00"
}, },
{ {
"name": "phpoption/phpoption", "name": "phpoption/phpoption",