Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 365 | Revision 621 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 365 Revision 399
Zeile 6... Zeile 6...
6
    ],
6
    ],
7
    "content-hash": "e9897b9663b605d7fd008a4fb6139950",
7
    "content-hash": "e9897b9663b605d7fd008a4fb6139950",
8
    "packages": [
8
    "packages": [
9
        {
9
        {
10
            "name": "brick/math",
10
            "name": "brick/math",
11
            "version": "0.10.2",
11
            "version": "0.11.0",
12
            "source": {
12
            "source": {
13
                "type": "git",
13
                "type": "git",
14
                "url": "https://github.com/brick/math.git",
14
                "url": "https://github.com/brick/math.git",
15
                "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f"
15
                "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
16
            },
16
            },
17
            "dist": {
17
            "dist": {
18
                "type": "zip",
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f",
19
                "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
20
                "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f",
20
                "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
21
                "shasum": ""
21
                "shasum": ""
22
            },
22
            },
23
            "require": {
23
            "require": {
24
                "ext-json": "*",
-
 
25
                "php": "^7.4 || ^8.0"
24
                "php": "^8.0"
26
            },
25
            },
27
            "require-dev": {
26
            "require-dev": {
28
                "php-coveralls/php-coveralls": "^2.2",
27
                "php-coveralls/php-coveralls": "^2.2",
29
                "phpunit/phpunit": "^9.0",
28
                "phpunit/phpunit": "^9.0",
30
                "vimeo/psalm": "4.25.0"
29
                "vimeo/psalm": "5.0.0"
31
            },
30
            },
32
            "type": "library",
31
            "type": "library",
33
            "autoload": {
32
            "autoload": {
34
                "psr-4": {
33
                "psr-4": {
35
                    "Brick\\Math\\": "src/"
34
                    "Brick\\Math\\": "src/"
Zeile 50... Zeile 49...
50
                "brick",
49
                "brick",
51
                "math"
50
                "math"
52
            ],
51
            ],
53
            "support": {
52
            "support": {
54
                "issues": "https://github.com/brick/math/issues",
53
                "issues": "https://github.com/brick/math/issues",
55
                "source": "https://github.com/brick/math/tree/0.10.2"
54
                "source": "https://github.com/brick/math/tree/0.11.0"
56
            },
55
            },
57
            "funding": [
56
            "funding": [
58
                {
57
                {
59
                    "url": "https://github.com/BenMorel",
58
                    "url": "https://github.com/BenMorel",
60
                    "type": "github"
59
                    "type": "github"
61
                }
60
                }
62
            ],
61
            ],
63
            "time": "2022-08-10T22:54:19+00:00"
62
            "time": "2023-01-15T23:15:59+00:00"
64
        },
63
        },
65
        {
64
        {
66
            "name": "dflydev/dot-access-data",
65
            "name": "dflydev/dot-access-data",
67
            "version": "v3.0.2",
66
            "version": "v3.0.2",
68
            "source": {
67
            "source": {
Zeile 1303... Zeile 1302...
1303
            ],
1302
            ],
1304
            "time": "2022-12-13T00:04:12+00:00"
1303
            "time": "2022-12-13T00:04:12+00:00"
1305
        },
1304
        },
1306
        {
1305
        {
1307
            "name": "laravel/framework",
1306
            "name": "laravel/framework",
1308
            "version": "v9.48.0",
1307
            "version": "v9.50.1",
1309
            "source": {
1308
            "source": {
1310
                "type": "git",
1309
                "type": "git",
1311
                "url": "https://github.com/laravel/framework.git",
1310
                "url": "https://github.com/laravel/framework.git",
1312
                "reference": "c78ae7aeb0cbcb1a205050d3592247ba07f5b711"
1311
                "reference": "3b400f76619cd5257a69fdd6b897043b6522a89a"
1313
            },
1312
            },
1314
            "dist": {
1313
            "dist": {
1315
                "type": "zip",
1314
                "type": "zip",
1316
                "url": "https://api.github.com/repos/laravel/framework/zipball/c78ae7aeb0cbcb1a205050d3592247ba07f5b711",
1315
                "url": "https://api.github.com/repos/laravel/framework/zipball/3b400f76619cd5257a69fdd6b897043b6522a89a",
1317
                "reference": "c78ae7aeb0cbcb1a205050d3592247ba07f5b711",
1316
                "reference": "3b400f76619cd5257a69fdd6b897043b6522a89a",
1318
                "shasum": ""
1317
                "shasum": ""
1319
            },
1318
            },
1320
            "require": {
1319
            "require": {
1321
                "brick/math": "^0.10.2",
1320
                "brick/math": "^0.9.3|^0.10.2|^0.11",
1322
                "doctrine/inflector": "^2.0",
1321
                "doctrine/inflector": "^2.0.5",
1323
                "dragonmantank/cron-expression": "^3.3.2",
1322
                "dragonmantank/cron-expression": "^3.3.2",
1324
                "egulias/email-validator": "^3.2.1|^4.0",
1323
                "egulias/email-validator": "^3.2.1|^4.0",
1325
                "ext-mbstring": "*",
1324
                "ext-mbstring": "*",
1326
                "ext-openssl": "*",
1325
                "ext-openssl": "*",
1327
                "fruitcake/php-cors": "^1.2",
1326
                "fruitcake/php-cors": "^1.2",
Zeile 1416... Zeile 1415...
1416
            "suggest": {
1415
            "suggest": {
1417
                "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1416
                "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1418
                "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
1417
                "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
1419
                "brianium/paratest": "Required to run tests in parallel (^6.0).",
1418
                "brianium/paratest": "Required to run tests in parallel (^6.0).",
1420
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
1419
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
1421
                "ext-bcmath": "Required to use the multiple_of validation rule.",
-
 
1422
                "ext-ftp": "Required to use the Flysystem FTP driver.",
1420
                "ext-ftp": "Required to use the Flysystem FTP driver.",
1423
                "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1421
                "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1424
                "ext-memcached": "Required to use the memcache cache driver.",
1422
                "ext-memcached": "Required to use the memcache cache driver.",
1425
                "ext-pcntl": "Required to use all features of the queue worker.",
1423
                "ext-pcntl": "Required to use all features of the queue worker.",
1426
                "ext-posix": "Required to use all features of the queue worker.",
1424
                "ext-posix": "Required to use all features of the queue worker.",
Zeile 1488... Zeile 1486...
1488
            ],
1486
            ],
1489
            "support": {
1487
            "support": {
1490
                "issues": "https://github.com/laravel/framework/issues",
1488
                "issues": "https://github.com/laravel/framework/issues",
1491
                "source": "https://github.com/laravel/framework"
1489
                "source": "https://github.com/laravel/framework"
1492
            },
1490
            },
1493
            "time": "2023-01-17T15:06:19+00:00"
1491
            "time": "2023-02-01T17:36:26+00:00"
1494
        },
1492
        },
1495
        {
1493
        {
1496
            "name": "laravel/sanctum",
1494
            "name": "laravel/sanctum",
1497
            "version": "v3.2.1",
1495
            "version": "v3.2.1",
1498
            "source": {
1496
            "source": {
Zeile 1557... Zeile 1555...
1557
            },
1555
            },
1558
            "time": "2023-01-13T15:41:49+00:00"
1556
            "time": "2023-01-13T15:41:49+00:00"
1559
        },
1557
        },
1560
        {
1558
        {
1561
            "name": "laravel/serializable-closure",
1559
            "name": "laravel/serializable-closure",
1562
            "version": "v1.2.2",
1560
            "version": "v1.3.0",
1563
            "source": {
1561
            "source": {
1564
                "type": "git",
1562
                "type": "git",
1565
                "url": "https://github.com/laravel/serializable-closure.git",
1563
                "url": "https://github.com/laravel/serializable-closure.git",
1566
                "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae"
1564
                "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37"
1567
            },
1565
            },
1568
            "dist": {
1566
            "dist": {
1569
                "type": "zip",
1567
                "type": "zip",
1570
                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae",
1568
                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
1571
                "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae",
1569
                "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
1572
                "shasum": ""
1570
                "shasum": ""
1573
            },
1571
            },
1574
            "require": {
1572
            "require": {
1575
                "php": "^7.3|^8.0"
1573
                "php": "^7.3|^8.0"
1576
            },
1574
            },
Zeile 1613... Zeile 1611...
1613
            ],
1611
            ],
1614
            "support": {
1612
            "support": {
1615
                "issues": "https://github.com/laravel/serializable-closure/issues",
1613
                "issues": "https://github.com/laravel/serializable-closure/issues",
1616
                "source": "https://github.com/laravel/serializable-closure"
1614
                "source": "https://github.com/laravel/serializable-closure"
1617
            },
1615
            },
1618
            "time": "2022-09-08T13:45:54+00:00"
1616
            "time": "2023-01-30T18:31:20+00:00"
1619
        },
1617
        },
1620
        {
1618
        {
1621
            "name": "laravel/tinker",
1619
            "name": "laravel/tinker",
1622
            "version": "v2.8.0",
1620
            "version": "v2.8.0",
1623
            "source": {
1621
            "source": {
Zeile 2122... Zeile 2120...
2122
            ],
2120
            ],
2123
            "time": "2022-07-24T11:55:47+00:00"
2121
            "time": "2022-07-24T11:55:47+00:00"
2124
        },
2122
        },
2125
        {
2123
        {
2126
            "name": "nesbot/carbon",
2124
            "name": "nesbot/carbon",
2127
            "version": "2.65.0",
2125
            "version": "2.66.0",
2128
            "source": {
2126
            "source": {
2129
                "type": "git",
2127
                "type": "git",
2130
                "url": "https://github.com/briannesbitt/Carbon.git",
2128
                "url": "https://github.com/briannesbitt/Carbon.git",
2131
                "reference": "09acf64155c16dc6f580f36569ae89344e9734a3"
2129
                "reference": "496712849902241f04902033b0441b269effe001"
2132
            },
2130
            },
2133
            "dist": {
2131
            "dist": {
2134
                "type": "zip",
2132
                "type": "zip",
2135
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/09acf64155c16dc6f580f36569ae89344e9734a3",
2133
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/496712849902241f04902033b0441b269effe001",
2136
                "reference": "09acf64155c16dc6f580f36569ae89344e9734a3",
2134
                "reference": "496712849902241f04902033b0441b269effe001",
2137
                "shasum": ""
2135
                "shasum": ""
2138
            },
2136
            },
2139
            "require": {
2137
            "require": {
2140
                "ext-json": "*",
2138
                "ext-json": "*",
2141
                "php": "^7.1.8 || ^8.0",
2139
                "php": "^7.1.8 || ^8.0",
Zeile 2220... Zeile 2218...
2220
                {
2218
                {
2221
                    "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2219
                    "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2222
                    "type": "tidelift"
2220
                    "type": "tidelift"
2223
                }
2221
                }
2224
            ],
2222
            ],
2225
            "time": "2023-01-06T15:55:01+00:00"
2223
            "time": "2023-01-29T18:53:47+00:00"
2226
        },
2224
        },
2227
        {
2225
        {
2228
            "name": "nette/schema",
2226
            "name": "nette/schema",
2229
            "version": "v1.2.3",
2227
            "version": "v1.2.3",
2230
            "source": {
2228
            "source": {
Zeile 2286... Zeile 2284...
2286
            },
2284
            },
2287
            "time": "2022-10-13T01:24:26+00:00"
2285
            "time": "2022-10-13T01:24:26+00:00"
2288
        },
2286
        },
2289
        {
2287
        {
2290
            "name": "nette/utils",
2288
            "name": "nette/utils",
2291
            "version": "v3.2.9",
2289
            "version": "v4.0.0",
2292
            "source": {
2290
            "source": {
2293
                "type": "git",
2291
                "type": "git",
2294
                "url": "https://github.com/nette/utils.git",
2292
                "url": "https://github.com/nette/utils.git",
2295
                "reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c"
2293
                "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e"
2296
            },
2294
            },
2297
            "dist": {
2295
            "dist": {
2298
                "type": "zip",
2296
                "type": "zip",
2299
                "url": "https://api.github.com/repos/nette/utils/zipball/c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c",
2297
                "url": "https://api.github.com/repos/nette/utils/zipball/cacdbf5a91a657ede665c541eda28941d4b09c1e",
2300
                "reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c",
2298
                "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e",
2301
                "shasum": ""
2299
                "shasum": ""
2302
            },
2300
            },
2303
            "require": {
2301
            "require": {
2304
                "php": ">=7.2 <8.3"
2302
                "php": ">=8.0 <8.3"
2305
            },
2303
            },
2306
            "conflict": {
2304
            "conflict": {
-
 
2305
                "nette/finder": "<3",
2307
                "nette/di": "<3.0.6"
2306
                "nette/schema": "<1.2.2"
2308
            },
2307
            },
2309
            "require-dev": {
2308
            "require-dev": {
2310
                "jetbrains/phpstorm-attributes": "dev-master",
2309
                "jetbrains/phpstorm-attributes": "dev-master",
2311
                "nette/tester": "~2.0",
2310
                "nette/tester": "^2.4",
2312
                "phpstan/phpstan": "^1.0",
2311
                "phpstan/phpstan": "^1.0",
2313
                "tracy/tracy": "^2.3"
2312
                "tracy/tracy": "^2.9"
2314
            },
2313
            },
2315
            "suggest": {
2314
            "suggest": {
2316
                "ext-gd": "to use Image",
2315
                "ext-gd": "to use Image",
2317
                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2316
                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2318
                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
2317
                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
Zeile 2322... Zeile 2321...
2322
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
2321
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
2323
            },
2322
            },
2324
            "type": "library",
2323
            "type": "library",
2325
            "extra": {
2324
            "extra": {
2326
                "branch-alias": {
2325
                "branch-alias": {
2327
                    "dev-master": "3.2-dev"
2326
                    "dev-master": "4.0-dev"
2328
                }
2327
                }
2329
            },
2328
            },
2330
            "autoload": {
2329
            "autoload": {
2331
                "classmap": [
2330
                "classmap": [
2332
                    "src/"
2331
                    "src/"
Zeile 2366... Zeile 2365...
2366
                "utility",
2365
                "utility",
2367
                "validation"
2366
                "validation"
2368
            ],
2367
            ],
2369
            "support": {
2368
            "support": {
2370
                "issues": "https://github.com/nette/utils/issues",
2369
                "issues": "https://github.com/nette/utils/issues",
2371
                "source": "https://github.com/nette/utils/tree/v3.2.9"
2370
                "source": "https://github.com/nette/utils/tree/v4.0.0"
2372
            },
2371
            },
2373
            "time": "2023-01-18T03:26:20+00:00"
2372
            "time": "2023-02-02T10:41:53+00:00"
2374
        },
2373
        },
2375
        {
2374
        {
2376
            "name": "nikic/php-parser",
2375
            "name": "nikic/php-parser",
2377
            "version": "v4.15.3",
2376
            "version": "v4.15.3",
2378
            "source": {
2377
            "source": {
Zeile 3110... Zeile 3109...
3110
            },
3109
            },
3111
            "time": "2021-10-29T13:26:27+00:00"
3110
            "time": "2021-10-29T13:26:27+00:00"
3112
        },
3111
        },
3113
        {
3112
        {
3114
            "name": "psy/psysh",
3113
            "name": "psy/psysh",
3115
            "version": "v0.11.11",
3114
            "version": "v0.11.12",
3116
            "source": {
3115
            "source": {
3117
                "type": "git",
3116
                "type": "git",
3118
                "url": "https://github.com/bobthecow/psysh.git",
3117
                "url": "https://github.com/bobthecow/psysh.git",
3119
                "reference": "ba67f2d26278ec9266a5cfe0acba33a8ca1277ae"
3118
                "reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7"
3120
            },
3119
            },
3121
            "dist": {
3120
            "dist": {
3122
                "type": "zip",
3121
                "type": "zip",
3123
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/ba67f2d26278ec9266a5cfe0acba33a8ca1277ae",
3122
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/52cb7c47d403c31c0adc9bf7710fc355f93c20f7",
3124
                "reference": "ba67f2d26278ec9266a5cfe0acba33a8ca1277ae",
3123
                "reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7",
3125
                "shasum": ""
3124
                "shasum": ""
3126
            },
3125
            },
3127
            "require": {
3126
            "require": {
3128
                "ext-json": "*",
3127
                "ext-json": "*",
3129
                "ext-tokenizer": "*",
3128
                "ext-tokenizer": "*",
Zeile 3180... Zeile 3179...
3180
                "interactive",
3179
                "interactive",
3181
                "shell"
3180
                "shell"
3182
            ],
3181
            ],
3183
            "support": {
3182
            "support": {
3184
                "issues": "https://github.com/bobthecow/psysh/issues",
3183
                "issues": "https://github.com/bobthecow/psysh/issues",
3185
                "source": "https://github.com/bobthecow/psysh/tree/v0.11.11"
3184
                "source": "https://github.com/bobthecow/psysh/tree/v0.11.12"
3186
            },
3185
            },
3187
            "time": "2023-01-23T16:14:59+00:00"
3186
            "time": "2023-01-29T21:24:40+00:00"
3188
        },
3187
        },
3189
        {
3188
        {
3190
            "name": "ralouphie/getallheaders",
3189
            "name": "ralouphie/getallheaders",
3191
            "version": "3.0.3",
3190
            "version": "3.0.3",
3192
            "source": {
3191
            "source": {
Zeile 3319... Zeile 3318...
3319
            ],
3318
            ],
3320
            "time": "2022-12-31T21:50:55+00:00"
3319
            "time": "2022-12-31T21:50:55+00:00"
3321
        },
3320
        },
3322
        {
3321
        {
3323
            "name": "ramsey/uuid",
3322
            "name": "ramsey/uuid",
3324
            "version": "4.7.3",
3323
            "version": "4.x-dev",
3325
            "source": {
3324
            "source": {
3326
                "type": "git",
3325
                "type": "git",
3327
                "url": "https://github.com/ramsey/uuid.git",
3326
                "url": "https://github.com/ramsey/uuid.git",
3328
                "reference": "433b2014e3979047db08a17a205f410ba3869cf2"
3327
                "reference": "25c4faac19549ebfcd3a6a73732dddeb188eaf5a"
3329
            },
3328
            },
3330
            "dist": {
3329
            "dist": {
3331
                "type": "zip",
3330
                "type": "zip",
3332
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/433b2014e3979047db08a17a205f410ba3869cf2",
3331
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/25c4faac19549ebfcd3a6a73732dddeb188eaf5a",
3333
                "reference": "433b2014e3979047db08a17a205f410ba3869cf2",
3332
                "reference": "25c4faac19549ebfcd3a6a73732dddeb188eaf5a",
3334
                "shasum": ""
3333
                "shasum": ""
3335
            },
3334
            },
3336
            "require": {
3335
            "require": {
3337
                "brick/math": "^0.8.8 || ^0.9 || ^0.10",
3336
                "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
3338
                "ext-json": "*",
3337
                "ext-json": "*",
3339
                "php": "^8.0",
3338
                "php": "^8.0",
3340
                "ramsey/collection": "^1.2 || ^2.0"
3339
                "ramsey/collection": "^1.2 || ^2.0"
3341
            },
3340
            },
3342
            "replace": {
3341
            "replace": {
Zeile 3369... Zeile 3368...
3369
                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
3368
                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
3370
                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3369
                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3371
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3370
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3372
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3371
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3373
            },
3372
            },
-
 
3373
            "default-branch": true,
3374
            "type": "library",
3374
            "type": "library",
3375
            "extra": {
3375
            "extra": {
3376
                "captainhook": {
3376
                "captainhook": {
3377
                    "force-install": true
3377
                    "force-install": true
3378
                }
3378
                }
Zeile 3395... Zeile 3395...
3395
                "identifier",
3395
                "identifier",
3396
                "uuid"
3396
                "uuid"
3397
            ],
3397
            ],
3398
            "support": {
3398
            "support": {
3399
                "issues": "https://github.com/ramsey/uuid/issues",
3399
                "issues": "https://github.com/ramsey/uuid/issues",
3400
                "source": "https://github.com/ramsey/uuid/tree/4.7.3"
3400
                "source": "https://github.com/ramsey/uuid/tree/4.x"
3401
            },
3401
            },
3402
            "funding": [
3402
            "funding": [
3403
                {
3403
                {
3404
                    "url": "https://github.com/ramsey",
3404
                    "url": "https://github.com/ramsey",
3405
                    "type": "github"
3405
                    "type": "github"
Zeile 3407... Zeile 3407...
3407
                {
3407
                {
3408
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
3408
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
3409
                    "type": "tidelift"
3409
                    "type": "tidelift"
3410
                }
3410
                }
3411
            ],
3411
            ],
3412
            "time": "2023-01-12T18:13:24+00:00"
3412
            "time": "2023-01-28T17:00:47+00:00"
3413
        },
3413
        },
3414
        {
3414
        {
3415
            "name": "smarty/smarty",
3415
            "name": "smarty/smarty",
3416
            "version": "v4.3.0",
3416
            "version": "v4.3.0",
3417
            "source": {
3417
            "source": {
Zeile 4061... Zeile 4061...
4061
            ],
4061
            ],
4062
            "time": "2023-01-20T17:45:48+00:00"
4062
            "time": "2023-01-20T17:45:48+00:00"
4063
        },
4063
        },
4064
        {
4064
        {
4065
            "name": "symfony/http-foundation",
4065
            "name": "symfony/http-foundation",
4066
            "version": "v6.2.5",
4066
            "version": "v6.2.6",
4067
            "source": {
4067
            "source": {
4068
                "type": "git",
4068
                "type": "git",
4069
                "url": "https://github.com/symfony/http-foundation.git",
4069
                "url": "https://github.com/symfony/http-foundation.git",
4070
                "reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf"
4070
                "reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed"
4071
            },
4071
            },
4072
            "dist": {
4072
            "dist": {
4073
                "type": "zip",
4073
                "type": "zip",
4074
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf",
4074
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
4075
                "reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf",
4075
                "reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
4076
                "shasum": ""
4076
                "shasum": ""
4077
            },
4077
            },
4078
            "require": {
4078
            "require": {
4079
                "php": ">=8.1",
4079
                "php": ">=8.1",
4080
                "symfony/deprecation-contracts": "^2.1|^3",
4080
                "symfony/deprecation-contracts": "^2.1|^3",
Zeile 4119... Zeile 4119...
4119
                }
4119
                }
4120
            ],
4120
            ],
4121
            "description": "Defines an object-oriented layer for the HTTP specification",
4121
            "description": "Defines an object-oriented layer for the HTTP specification",
4122
            "homepage": "https://symfony.com",
4122
            "homepage": "https://symfony.com",
4123
            "support": {
4123
            "support": {
4124
                "source": "https://github.com/symfony/http-foundation/tree/v6.2.5"
4124
                "source": "https://github.com/symfony/http-foundation/tree/v6.2.6"
4125
            },
4125
            },
4126
            "funding": [
4126
            "funding": [
4127
                {
4127
                {
4128
                    "url": "https://symfony.com/sponsor",
4128
                    "url": "https://symfony.com/sponsor",
4129
                    "type": "custom"
4129
                    "type": "custom"
Zeile 4135... Zeile 4135...
4135
                {
4135
                {
4136
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4136
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4137
                    "type": "tidelift"
4137
                    "type": "tidelift"
4138
                }
4138
                }
4139
            ],
4139
            ],
4140
            "time": "2023-01-01T08:38:09+00:00"
4140
            "time": "2023-01-30T15:46:28+00:00"
4141
        },
4141
        },
4142
        {
4142
        {
4143
            "name": "symfony/http-kernel",
4143
            "name": "symfony/http-kernel",
4144
            "version": "v6.2.5",
4144
            "version": "v6.2.6",
4145
            "source": {
4145
            "source": {
4146
                "type": "git",
4146
                "type": "git",
4147
                "url": "https://github.com/symfony/http-kernel.git",
4147
                "url": "https://github.com/symfony/http-kernel.git",
4148
                "reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62"
4148
                "reference": "7122db07b0d8dbf0de682267c84217573aee3ea7"
4149
            },
4149
            },
4150
            "dist": {
4150
            "dist": {
4151
                "type": "zip",
4151
                "type": "zip",
4152
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f68aaa11eee6b21c99bce0f3d98815924888fe62",
4152
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7122db07b0d8dbf0de682267c84217573aee3ea7",
4153
                "reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62",
4153
                "reference": "7122db07b0d8dbf0de682267c84217573aee3ea7",
4154
                "shasum": ""
4154
                "shasum": ""
4155
            },
4155
            },
4156
            "require": {
4156
            "require": {
4157
                "php": ">=8.1",
4157
                "php": ">=8.1",
4158
                "psr/log": "^1|^2|^3",
4158
                "psr/log": "^1|^2|^3",
Zeile 4230... Zeile 4230...
4230
                }
4230
                }
4231
            ],
4231
            ],
4232
            "description": "Provides a structured process for converting a Request into a Response",
4232
            "description": "Provides a structured process for converting a Request into a Response",
4233
            "homepage": "https://symfony.com",
4233
            "homepage": "https://symfony.com",
4234
            "support": {
4234
            "support": {
4235
                "source": "https://github.com/symfony/http-kernel/tree/v6.2.5"
4235
                "source": "https://github.com/symfony/http-kernel/tree/v6.2.6"
4236
            },
4236
            },
4237
            "funding": [
4237
            "funding": [
4238
                {
4238
                {
4239
                    "url": "https://symfony.com/sponsor",
4239
                    "url": "https://symfony.com/sponsor",
4240
                    "type": "custom"
4240
                    "type": "custom"
Zeile 4246... Zeile 4246...
4246
                {
4246
                {
4247
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4247
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4248
                    "type": "tidelift"
4248
                    "type": "tidelift"
4249
                }
4249
                }
4250
            ],
4250
            ],
4251
            "time": "2023-01-24T15:33:24+00:00"
4251
            "time": "2023-02-01T08:32:25+00:00"
4252
        },
4252
        },
4253
        {
4253
        {
4254
            "name": "symfony/mailer",
4254
            "name": "symfony/mailer",
4255
            "version": "v6.2.5",
4255
            "version": "v6.2.5",
4256
            "source": {
4256
            "source": {
Zeile 6342... Zeile 6342...
6342
            },
6342
            },
6343
            "time": "2020-07-09T08:09:16+00:00"
6343
            "time": "2020-07-09T08:09:16+00:00"
6344
        },
6344
        },
6345
        {
6345
        {
6346
            "name": "laravel/pint",
6346
            "name": "laravel/pint",
6347
            "version": "v1.4.0",
6347
            "version": "v1.4.1",
6348
            "source": {
6348
            "source": {
6349
                "type": "git",
6349
                "type": "git",
6350
                "url": "https://github.com/laravel/pint.git",
6350
                "url": "https://github.com/laravel/pint.git",
6351
                "reference": "0e7ffdb0af871be10d798e234772ea5d4020ae4a"
6351
                "reference": "80ddf23a5d97825e79bb1018eebb6f3f985d4fa8"
6352
            },
6352
            },
6353
            "dist": {
6353
            "dist": {
6354
                "type": "zip",
6354
                "type": "zip",
6355
                "url": "https://api.github.com/repos/laravel/pint/zipball/0e7ffdb0af871be10d798e234772ea5d4020ae4a",
6355
                "url": "https://api.github.com/repos/laravel/pint/zipball/80ddf23a5d97825e79bb1018eebb6f3f985d4fa8",
6356
                "reference": "0e7ffdb0af871be10d798e234772ea5d4020ae4a",
6356
                "reference": "80ddf23a5d97825e79bb1018eebb6f3f985d4fa8",
6357
                "shasum": ""
6357
                "shasum": ""
6358
            },
6358
            },
6359
            "require": {
6359
            "require": {
6360
                "ext-json": "*",
6360
                "ext-json": "*",
6361
                "ext-mbstring": "*",
6361
                "ext-mbstring": "*",
6362
                "ext-tokenizer": "*",
6362
                "ext-tokenizer": "*",
6363
                "ext-xml": "*",
6363
                "ext-xml": "*",
6364
                "php": "^8.0"
6364
                "php": "^8.0"
6365
            },
6365
            },
6366
            "require-dev": {
6366
            "require-dev": {
6367
                "friendsofphp/php-cs-fixer": "~3.13.1",
6367
                "friendsofphp/php-cs-fixer": "^3.14",
6368
                "illuminate/view": "^9.32.0",
6368
                "illuminate/view": "^9.32.0",
6369
                "laravel-zero/framework": "^9.2.0",
6369
                "laravel-zero/framework": "^9.2.0",
6370
                "mockery/mockery": "^1.5.1",
6370
                "mockery/mockery": "^1.5.1",
6371
                "nunomaduro/larastan": "^2.2.0",
6371
                "nunomaduro/larastan": "^2.2.0",
6372
                "nunomaduro/termwind": "^1.14.0",
6372
                "nunomaduro/termwind": "^1.14.0",
Zeile 6404... Zeile 6404...
6404
            ],
6404
            ],
6405
            "support": {
6405
            "support": {
6406
                "issues": "https://github.com/laravel/pint/issues",
6406
                "issues": "https://github.com/laravel/pint/issues",
6407
                "source": "https://github.com/laravel/pint"
6407
                "source": "https://github.com/laravel/pint"
6408
            },
6408
            },
6409
            "time": "2023-01-10T20:03:42+00:00"
6409
            "time": "2023-01-31T15:50:45+00:00"
6410
        },
6410
        },
6411
        {
6411
        {
6412
            "name": "laravel/sail",
6412
            "name": "laravel/sail",
6413
            "version": "v1.18.1",
6413
            "version": "v1.19.0",
6414
            "source": {
6414
            "source": {
6415
                "type": "git",
6415
                "type": "git",
6416
                "url": "https://github.com/laravel/sail.git",
6416
                "url": "https://github.com/laravel/sail.git",
6417
                "reference": "a64f78a4ab86c04a4c5de39bea20a8d36ad48a22"
6417
                "reference": "4f230634a3163f3442def6a4e6ffdb02b02e14d6"
6418
            },
6418
            },
6419
            "dist": {
6419
            "dist": {
6420
                "type": "zip",
6420
                "type": "zip",
6421
                "url": "https://api.github.com/repos/laravel/sail/zipball/a64f78a4ab86c04a4c5de39bea20a8d36ad48a22",
6421
                "url": "https://api.github.com/repos/laravel/sail/zipball/4f230634a3163f3442def6a4e6ffdb02b02e14d6",
6422
                "reference": "a64f78a4ab86c04a4c5de39bea20a8d36ad48a22",
6422
                "reference": "4f230634a3163f3442def6a4e6ffdb02b02e14d6",
6423
                "shasum": ""
6423
                "shasum": ""
6424
            },
6424
            },
6425
            "require": {
6425
            "require": {
6426
                "illuminate/console": "^8.0|^9.0|^10.0",
6426
                "illuminate/console": "^8.0|^9.0|^10.0",
6427
                "illuminate/contracts": "^8.0|^9.0|^10.0",
6427
                "illuminate/contracts": "^8.0|^9.0|^10.0",
Zeile 6464... Zeile 6464...
6464
            ],
6464
            ],
6465
            "support": {
6465
            "support": {
6466
                "issues": "https://github.com/laravel/sail/issues",
6466
                "issues": "https://github.com/laravel/sail/issues",
6467
                "source": "https://github.com/laravel/sail"
6467
                "source": "https://github.com/laravel/sail"
6468
            },
6468
            },
6469
            "time": "2023-01-11T14:35:04+00:00"
6469
            "time": "2023-01-31T13:37:57+00:00"
6470
        },
6470
        },
6471
        {
6471
        {
6472
            "name": "mockery/mockery",
6472
            "name": "mockery/mockery",
6473
            "version": "1.5.1",
6473
            "version": "1.5.1",
6474
            "source": {
6474
            "source": {