Add files migration

This commit is contained in:
2026-06-26 17:48:51 +02:00
parent 8e83110093
commit cac8b03a0d
4 changed files with 205 additions and 2 deletions

62
composer.lock generated
View File

@@ -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": "6ebcacd70675cd6b17a9428bb0050a51",
"content-hash": "7c9b7fd591cb7e152659cf998900a531",
"packages": [
{
"name": "artesaos/seotools",
@@ -5865,6 +5865,66 @@
],
"time": "2026-04-27T14:27:52+00:00"
},
{
"name": "spatie/simple-excel",
"version": "3.10.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/simple-excel.git",
"reference": "2aa4cd9da6f29a23e4f7b6f4c6944dce204ea47a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/simple-excel/zipball/2aa4cd9da6f29a23e4f7b6f4c6944dce204ea47a",
"reference": "2aa4cd9da6f29a23e4f7b6f4c6944dce204ea47a",
"shasum": ""
},
"require": {
"illuminate/support": "^9.0|^10.0|^11.0|^12.0|^13.0",
"openspout/openspout": "^4.30",
"php": "^8.3"
},
"require-dev": {
"phpunit/phpunit": "^9.4|^10.5|^11.0|^12.0",
"spatie/pest-plugin-snapshots": "^1.1|^2.1",
"spatie/phpunit-snapshot-assertions": "^4.0|^5.1",
"spatie/temporary-directory": "^1.2|^2.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\SimpleExcel\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Read and write simple Excel and CSV files",
"homepage": "https://github.com/spatie/simple-excel",
"keywords": [
"simple-excel",
"spatie"
],
"support": {
"source": "https://github.com/spatie/simple-excel/tree/3.10.0"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2026-06-15T06:21:16+00:00"
},
{
"name": "symfony/clock",
"version": "v8.0.8",