mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-05-24 14:25:36 +00:00
chore: upgrade openspout to 5.x
openspout/openspout 4.32.0 → 5.7.0. PowerGrid v6.10.x ships a v5 export adapter out of the box — config swapped from openspout_v4 to openspout_v5. v3 adapter references removed (no longer shipped by PowerGrid). Test suite: 207 passing, 10 preexisting failures unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
|||||||
"livewire/flux-pro": "^2.10",
|
"livewire/flux-pro": "^2.10",
|
||||||
"livewire/livewire": "^4.0",
|
"livewire/livewire": "^4.0",
|
||||||
"livewire/volt": "^1.0",
|
"livewire/volt": "^1.0",
|
||||||
"openspout/openspout": "^4.24",
|
"openspout/openspout": "^5.0",
|
||||||
"power-components/livewire-powergrid": "^6.7",
|
"power-components/livewire-powergrid": "^6.7",
|
||||||
"pusher/pusher-php-server": "^7.2.2",
|
"pusher/pusher-php-server": "^7.2.2",
|
||||||
"ralphjsmit/laravel-seo": "^1.7",
|
"ralphjsmit/laravel-seo": "^1.7",
|
||||||
|
|||||||
Generated
+16
-16
@@ -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": "b5121eada64499feb19cf07e547b35e6",
|
"content-hash": "ace0c3a2dda03eff71198f525b214140",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "akuechler/laravel-geoly",
|
"name": "akuechler/laravel-geoly",
|
||||||
@@ -3920,36 +3920,36 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openspout/openspout",
|
"name": "openspout/openspout",
|
||||||
"version": "v4.32.0",
|
"version": "v5.7.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/openspout/openspout.git",
|
"url": "https://github.com/openspout/openspout.git",
|
||||||
"reference": "41f045c1f632e1474e15d4c7bc3abcb4a153563d"
|
"reference": "b82aa46191802c187f67e9639ddc604b9e7a73e9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/openspout/openspout/zipball/41f045c1f632e1474e15d4c7bc3abcb4a153563d",
|
"url": "https://api.github.com/repos/openspout/openspout/zipball/b82aa46191802c187f67e9639ddc604b9e7a73e9",
|
||||||
"reference": "41f045c1f632e1474e15d4c7bc3abcb4a153563d",
|
"reference": "b82aa46191802c187f67e9639ddc604b9e7a73e9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
"ext-fileinfo": "*",
|
|
||||||
"ext-filter": "*",
|
"ext-filter": "*",
|
||||||
"ext-libxml": "*",
|
"ext-libxml": "*",
|
||||||
"ext-xmlreader": "*",
|
"ext-xmlreader": "*",
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"php": "~8.3.0 || ~8.4.0 || ~8.5.0"
|
"php": "~8.4.0 || ~8.5.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"ext-fileinfo": "*",
|
||||||
"ext-zlib": "*",
|
"ext-zlib": "*",
|
||||||
"friendsofphp/php-cs-fixer": "^3.86.0",
|
"friendsofphp/php-cs-fixer": "^3.95.1",
|
||||||
"infection/infection": "^0.31.2",
|
"infection/infection": "^0.32.7",
|
||||||
"phpbench/phpbench": "^1.4.1",
|
"phpbench/phpbench": "^1.6.1",
|
||||||
"phpstan/phpstan": "^2.1.22",
|
"phpstan/phpstan": "^2.1.53",
|
||||||
"phpstan/phpstan-phpunit": "^2.0.7",
|
"phpstan/phpstan-phpunit": "^2.0.16",
|
||||||
"phpstan/phpstan-strict-rules": "^2.0.6",
|
"phpstan/phpstan-strict-rules": "^2.0.10",
|
||||||
"phpunit/phpunit": "^12.3.7"
|
"phpunit/phpunit": "^13.1.7"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)",
|
"ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)",
|
||||||
@@ -3997,7 +3997,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/openspout/openspout/issues",
|
"issues": "https://github.com/openspout/openspout/issues",
|
||||||
"source": "https://github.com/openspout/openspout/tree/v4.32.0"
|
"source": "https://github.com/openspout/openspout/tree/v5.7.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -4009,7 +4009,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-09-03T16:03:54+00:00"
|
"time": "2026-04-29T07:42:36+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "paragonie/ciphersweet",
|
"name": "paragonie/ciphersweet",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use PowerComponents\LivewirePowerGrid\Components\Exports\OpenSpout\v4\ExportToCsv;
|
use PowerComponents\LivewirePowerGrid\Components\Exports\OpenSpout\v5\ExportToCsv;
|
||||||
use PowerComponents\LivewirePowerGrid\Components\Exports\OpenSpout\v4\ExportToXLS;
|
use PowerComponents\LivewirePowerGrid\Components\Exports\OpenSpout\v5\ExportToXLS;
|
||||||
use PowerComponents\LivewirePowerGrid\Themes\Tailwind;
|
use PowerComponents\LivewirePowerGrid\Themes\Tailwind;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@@ -132,14 +132,14 @@ return [
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
'exportable' => [
|
'exportable' => [
|
||||||
'default' => 'openspout_v4',
|
'default' => 'openspout_v5',
|
||||||
'openspout_v4' => [
|
'openspout_v5' => [
|
||||||
'xlsx' => ExportToXLS::class,
|
'xlsx' => ExportToXLS::class,
|
||||||
'csv' => ExportToCsv::class,
|
'csv' => ExportToCsv::class,
|
||||||
],
|
],
|
||||||
'openspout_v3' => [
|
'openspout_v4' => [
|
||||||
'xlsx' => PowerComponents\LivewirePowerGrid\Components\Exports\OpenSpout\v3\ExportToXLS::class,
|
'xlsx' => PowerComponents\LivewirePowerGrid\Components\Exports\OpenSpout\v4\ExportToXLS::class,
|
||||||
'csv' => PowerComponents\LivewirePowerGrid\Components\Exports\OpenSpout\v3\ExportToCsv::class,
|
'csv' => PowerComponents\LivewirePowerGrid\Components\Exports\OpenSpout\v4\ExportToCsv::class,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user