Selaa lähdekoodia

20220913 後台功能更新

LuluFJ.Ho 2 vuotta sitten
vanhempi
commit
e5da13ed1d
1 muutettua tiedostoa jossa 136 lisäystä ja 1 poistoa
  1. 136
    1
      composer.lock

+ 136
- 1
composer.lock Näytä tiedosto

@@ -4,7 +4,7 @@
4 4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 5
         "This file is @generated automatically"
6 6
     ],
7
-    "content-hash": "51db99071615296985b3787c844fdf7e",
7
+    "content-hash": "c1fe84cf52f6a0872721b8809316e66c",
8 8
     "packages": [
9 9
         {
10 10
             "name": "asm89/stack-cors",
@@ -205,6 +205,81 @@
205 205
             "time": "2022-07-06T18:15:37+00:00"
206 206
         },
207 207
         {
208
+            "name": "box/spout",
209
+            "version": "v3.3.0",
210
+            "source": {
211
+                "type": "git",
212
+                "url": "https://github.com/box/spout.git",
213
+                "reference": "9bdb027d312b732515b884a341c0ad70372c6295"
214
+            },
215
+            "dist": {
216
+                "type": "zip",
217
+                "url": "https://api.github.com/repos/box/spout/zipball/9bdb027d312b732515b884a341c0ad70372c6295",
218
+                "reference": "9bdb027d312b732515b884a341c0ad70372c6295",
219
+                "shasum": ""
220
+            },
221
+            "require": {
222
+                "ext-dom": "*",
223
+                "ext-xmlreader": "*",
224
+                "ext-zip": "*",
225
+                "php": ">=7.2.0"
226
+            },
227
+            "require-dev": {
228
+                "friendsofphp/php-cs-fixer": "^2",
229
+                "phpunit/phpunit": "^8"
230
+            },
231
+            "suggest": {
232
+                "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
233
+                "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
234
+            },
235
+            "type": "library",
236
+            "extra": {
237
+                "branch-alias": {
238
+                    "dev-master": "3.1.x-dev"
239
+                }
240
+            },
241
+            "autoload": {
242
+                "psr-4": {
243
+                    "Box\\Spout\\": "src/Spout"
244
+                }
245
+            },
246
+            "notification-url": "https://packagist.org/downloads/",
247
+            "license": [
248
+                "Apache-2.0"
249
+            ],
250
+            "authors": [
251
+                {
252
+                    "name": "Adrien Loison",
253
+                    "email": "adrien@box.com"
254
+                }
255
+            ],
256
+            "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
257
+            "homepage": "https://www.github.com/box/spout",
258
+            "keywords": [
259
+                "OOXML",
260
+                "csv",
261
+                "excel",
262
+                "memory",
263
+                "odf",
264
+                "ods",
265
+                "office",
266
+                "open",
267
+                "php",
268
+                "read",
269
+                "scale",
270
+                "spreadsheet",
271
+                "stream",
272
+                "write",
273
+                "xlsx"
274
+            ],
275
+            "support": {
276
+                "issues": "https://github.com/box/spout/issues",
277
+                "source": "https://github.com/box/spout/tree/v3.3.0"
278
+            },
279
+            "abandoned": true,
280
+            "time": "2021-05-14T21:18:09+00:00"
281
+        },
282
+        {
208 283
             "name": "brick/math",
209 284
             "version": "0.9.3",
210 285
             "source": {
@@ -3130,6 +3205,66 @@
3130 3205
             "time": "2021-09-25T23:10:38+00:00"
3131 3206
         },
3132 3207
         {
3208
+            "name": "spatie/simple-excel",
3209
+            "version": "1.13.1",
3210
+            "source": {
3211
+                "type": "git",
3212
+                "url": "https://github.com/spatie/simple-excel.git",
3213
+                "reference": "4efc3285a718be728a345731b37207e98bf39ddb"
3214
+            },
3215
+            "dist": {
3216
+                "type": "zip",
3217
+                "url": "https://api.github.com/repos/spatie/simple-excel/zipball/4efc3285a718be728a345731b37207e98bf39ddb",
3218
+                "reference": "4efc3285a718be728a345731b37207e98bf39ddb",
3219
+                "shasum": ""
3220
+            },
3221
+            "require": {
3222
+                "box/spout": "^3.0",
3223
+                "illuminate/support": "^6.3|^7.0|^8.0",
3224
+                "php": "^7.4|^8.0"
3225
+            },
3226
+            "require-dev": {
3227
+                "phpunit/phpunit": "^9.0",
3228
+                "spatie/phpunit-snapshot-assertions": "^4.0",
3229
+                "spatie/temporary-directory": "^1.2"
3230
+            },
3231
+            "type": "library",
3232
+            "autoload": {
3233
+                "psr-4": {
3234
+                    "Spatie\\SimpleExcel\\": "src"
3235
+                }
3236
+            },
3237
+            "notification-url": "https://packagist.org/downloads/",
3238
+            "license": [
3239
+                "MIT"
3240
+            ],
3241
+            "authors": [
3242
+                {
3243
+                    "name": "Freek Van der Herten",
3244
+                    "email": "freek@spatie.be",
3245
+                    "homepage": "https://spatie.be",
3246
+                    "role": "Developer"
3247
+                }
3248
+            ],
3249
+            "description": "Read and write simple Excel and CSV files",
3250
+            "homepage": "https://github.com/spatie/simple-excel",
3251
+            "keywords": [
3252
+                "simple-excel",
3253
+                "spatie"
3254
+            ],
3255
+            "support": {
3256
+                "issues": "https://github.com/spatie/simple-excel/issues",
3257
+                "source": "https://github.com/spatie/simple-excel/tree/1.13.1"
3258
+            },
3259
+            "funding": [
3260
+                {
3261
+                    "url": "https://github.com/spatie",
3262
+                    "type": "github"
3263
+                }
3264
+            ],
3265
+            "time": "2021-03-26T08:06:51+00:00"
3266
+        },
3267
+        {
3133 3268
             "name": "swiftmailer/swiftmailer",
3134 3269
             "version": "v6.3.0",
3135 3270
             "source": {