This commit is contained in:
Andras Bacsai 2023-05-25 12:18:42 +02:00
parent 302ebb0082
commit af15b561ab
3 changed files with 145 additions and 147 deletions

288
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": "fa877651e84a088e161ec8f03f9a6d20", "content-hash": "5c0c935e0b361da37a6480e5b9e66ef2",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -1010,21 +1010,21 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "7.5.1", "version": "7.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9" "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b964ca597e86b752cd994f27293e9fa6b6a95ed9", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5",
"reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9", "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"guzzlehttp/promises": "^1.5", "guzzlehttp/promises": "^1.5.3 || ^2.0",
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5", "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
"php": "^7.2.5 || ^8.0", "php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0", "psr/http-client": "^1.0",
@ -1036,7 +1036,8 @@
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1", "bamarni/composer-bin-plugin": "^1.8.1",
"ext-curl": "*", "ext-curl": "*",
"php-http/client-integration-tests": "^3.0", "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23", "phpunit/phpunit": "^8.5.29 || ^9.5.23",
"psr/log": "^1.1 || ^2.0 || ^3.0" "psr/log": "^1.1 || ^2.0 || ^3.0"
}, },
@ -1050,9 +1051,6 @@
"bamarni-bin": { "bamarni-bin": {
"bin-links": true, "bin-links": true,
"forward-command": false "forward-command": false
},
"branch-alias": {
"dev-master": "7.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -1118,7 +1116,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/guzzle/issues", "issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.5.1" "source": "https://github.com/guzzle/guzzle/tree/7.7.0"
}, },
"funding": [ "funding": [
{ {
@ -1134,38 +1132,37 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-04-17T16:30:08+00:00" "time": "2023-05-21T14:04:53+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
"version": "1.5.2", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/promises.git", "url": "https://github.com/guzzle/promises.git",
"reference": "b94b2807d85443f9719887892882d0329d1e2598" "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", "url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6",
"reference": "b94b2807d85443f9719887892882d0329d1e2598", "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5" "php": "^7.2.5 || ^8.0"
}, },
"require-dev": { "require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1" "bamarni/composer-bin-plugin": "^1.8.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "bamarni-bin": {
"dev-master": "1.5-dev" "bin-links": true,
"forward-command": false
} }
}, },
"autoload": { "autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": { "psr-4": {
"GuzzleHttp\\Promise\\": "src/" "GuzzleHttp\\Promise\\": "src/"
} }
@ -1202,7 +1199,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/promises/issues", "issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.5.2" "source": "https://github.com/guzzle/promises/tree/2.0.0"
}, },
"funding": [ "funding": [
{ {
@ -1218,7 +1215,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-08-28T14:55:35+00:00" "time": "2023-05-21T13:50:22+00:00"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
@ -1486,16 +1483,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v10.10.0", "version": "v10.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "0da22a8d179f79b49d4e71f4822f759651f35012" "reference": "9e6dcff23ab1d4b522bef56074c31625cf077576"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/0da22a8d179f79b49d4e71f4822f759651f35012", "url": "https://api.github.com/repos/laravel/framework/zipball/9e6dcff23ab1d4b522bef56074c31625cf077576",
"reference": "0da22a8d179f79b49d4e71f4822f759651f35012", "reference": "9e6dcff23ab1d4b522bef56074c31625cf077576",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1682,20 +1679,20 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2023-05-09T13:08:05+00:00" "time": "2023-05-23T18:04:16+00:00"
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
"version": "v5.15.1", "version": "v5.16.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/horizon.git", "url": "https://github.com/laravel/horizon.git",
"reference": "952c2a0caa79b3fdc513e8db668029004f3a0f35" "reference": "4f762b1bd47b51f0557da84873a208410de9eece"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/952c2a0caa79b3fdc513e8db668029004f3a0f35", "url": "https://api.github.com/repos/laravel/horizon/zipball/4f762b1bd47b51f0557da84873a208410de9eece",
"reference": "952c2a0caa79b3fdc513e8db668029004f3a0f35", "reference": "4f762b1bd47b51f0557da84873a208410de9eece",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1758,9 +1755,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/horizon/issues", "issues": "https://github.com/laravel/horizon/issues",
"source": "https://github.com/laravel/horizon/tree/v5.15.1" "source": "https://github.com/laravel/horizon/tree/v5.16.0"
}, },
"time": "2023-04-26T16:00:44+00:00" "time": "2023-05-18T14:11:32+00:00"
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
@ -1958,16 +1955,16 @@
}, },
{ {
"name": "laravel/ui", "name": "laravel/ui",
"version": "v4.2.1", "version": "v4.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/ui.git", "url": "https://github.com/laravel/ui.git",
"reference": "05ff7ac1eb55e2dfd10edcfb18c953684d693907" "reference": "a58ec468db4a340b33f3426c778784717a2c144b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/05ff7ac1eb55e2dfd10edcfb18c953684d693907", "url": "https://api.github.com/repos/laravel/ui/zipball/a58ec468db4a340b33f3426c778784717a2c144b",
"reference": "05ff7ac1eb55e2dfd10edcfb18c953684d693907", "reference": "a58ec468db4a340b33f3426c778784717a2c144b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2014,9 +2011,9 @@
"ui" "ui"
], ],
"support": { "support": {
"source": "https://github.com/laravel/ui/tree/v4.2.1" "source": "https://github.com/laravel/ui/tree/v4.2.2"
}, },
"time": "2023-02-17T09:17:24+00:00" "time": "2023-05-09T19:47:28+00:00"
}, },
{ {
"name": "lcobucci/jwt", "name": "lcobucci/jwt",
@ -2912,16 +2909,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.15.4", "version": "v4.15.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290", "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2962,9 +2959,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4" "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5"
}, },
"time": "2023-03-05T19:49:14+00:00" "time": "2023-05-19T20:20:00+00:00"
}, },
{ {
"name": "nubs/random-name-generator", "name": "nubs/random-name-generator",
@ -3360,22 +3357,23 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.20.4", "version": "1.21.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd" "reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6df62b08faef4f899772bc7c3bbabb93d2b7a21c",
"reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd", "reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2 || ^8.0" "php": "^7.2 || ^8.0"
}, },
"require-dev": { "require-dev": {
"nikic/php-parser": "^4.15",
"php-parallel-lint/php-parallel-lint": "^1.2", "php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.5", "phpstan/phpstan": "^1.5",
@ -3399,9 +3397,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.4" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.21.0"
}, },
"time": "2023-05-02T09:19:37+00:00" "time": "2023-05-17T13:13:44+00:00"
}, },
{ {
"name": "pimple/pimple", "name": "pimple/pimple",
@ -3971,16 +3969,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.11.17", "version": "v0.11.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "3dc5d4018dabd80bceb8fe1e3191ba8460569f0a" "reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/3dc5d4018dabd80bceb8fe1e3191ba8460569f0a", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4f00ee9e236fa6a48f4560d1300b9c961a70a7ec",
"reference": "3dc5d4018dabd80bceb8fe1e3191ba8460569f0a", "reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4041,9 +4039,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.11.17" "source": "https://github.com/bobthecow/psysh/tree/v0.11.18"
}, },
"time": "2023-05-05T20:02:42+00:00" "time": "2023-05-23T02:31:11+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@ -4270,6 +4268,51 @@
], ],
"time": "2023-04-15T23:01:58+00:00" "time": "2023-04-15T23:01:58+00:00"
}, },
{
"name": "serversideup/spin",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/serversideup/spin.git",
"reference": "03bb69dbdc6d6a68b82b4bb4cfeb7accc4f8758f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/serversideup/spin/zipball/03bb69dbdc6d6a68b82b4bb4cfeb7accc4f8758f",
"reference": "03bb69dbdc6d6a68b82b4bb4cfeb7accc4f8758f",
"shasum": ""
},
"bin": [
"bin/spin"
],
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Dan Pastori",
"homepage": "https://twitter.com/danpastori"
},
{
"name": "Jay Rogers",
"homepage": "https://twitter.com/jaydrogers"
}
],
"description": "Replicate your production environment locally using Docker. Just run \"spin up\". It's really that easy.",
"support": {
"issues": "https://github.com/serversideup/spin/issues",
"source": "https://github.com/serversideup/spin/tree/v1.1.0"
},
"funding": [
{
"url": "https://github.com/serversideup",
"type": "github"
}
],
"time": "2022-05-20T15:13:10+00:00"
},
{ {
"name": "spatie/backtrace", "name": "spatie/backtrace",
"version": "1.4.0", "version": "1.4.0",
@ -4425,16 +4468,16 @@
}, },
{ {
"name": "spatie/laravel-data", "name": "spatie/laravel-data",
"version": "3.5.0", "version": "3.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-data.git", "url": "https://github.com/spatie/laravel-data.git",
"reference": "4c3c31d7d9a515125bfa219099c4df563e4422a8" "reference": "2ca317a41b52df78c48602f227da383ff8683b21"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-data/zipball/4c3c31d7d9a515125bfa219099c4df563e4422a8", "url": "https://api.github.com/repos/spatie/laravel-data/zipball/2ca317a41b52df78c48602f227da383ff8683b21",
"reference": "4c3c31d7d9a515125bfa219099c4df563e4422a8", "reference": "2ca317a41b52df78c48602f227da383ff8683b21",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4496,7 +4539,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/laravel-data/issues", "issues": "https://github.com/spatie/laravel-data/issues",
"source": "https://github.com/spatie/laravel-data/tree/3.5.0" "source": "https://github.com/spatie/laravel-data/tree/3.5.1"
}, },
"funding": [ "funding": [
{ {
@ -4504,7 +4547,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-05-05T15:24:41+00:00" "time": "2023-05-12T12:12:37+00:00"
}, },
{ {
"name": "spatie/laravel-package-tools", "name": "spatie/laravel-package-tools",
@ -4779,16 +4822,16 @@
}, },
{ {
"name": "spatie/ray", "name": "spatie/ray",
"version": "1.37.1", "version": "1.37.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/ray.git", "url": "https://github.com/spatie/ray.git",
"reference": "a915e327f04c0fbed3bdd26e076e39feea091062" "reference": "dea16182d4bc9d9833adec7e39fbb3d7b553425d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/ray/zipball/a915e327f04c0fbed3bdd26e076e39feea091062", "url": "https://api.github.com/repos/spatie/ray/zipball/dea16182d4bc9d9833adec7e39fbb3d7b553425d",
"reference": "a915e327f04c0fbed3bdd26e076e39feea091062", "reference": "dea16182d4bc9d9833adec7e39fbb3d7b553425d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4839,7 +4882,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/ray/issues", "issues": "https://github.com/spatie/ray/issues",
"source": "https://github.com/spatie/ray/tree/1.37.1" "source": "https://github.com/spatie/ray/tree/1.37.2"
}, },
"funding": [ "funding": [
{ {
@ -4851,7 +4894,7 @@
"type": "other" "type": "other"
} }
], ],
"time": "2023-03-06T07:22:28+00:00" "time": "2023-05-17T06:35:47+00:00"
}, },
{ {
"name": "spatie/url", "name": "spatie/url",
@ -8253,16 +8296,16 @@
}, },
{ {
"name": "fakerphp/faker", "name": "fakerphp/faker",
"version": "v1.21.0", "version": "v1.22.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FakerPHP/Faker.git", "url": "https://github.com/FakerPHP/Faker.git",
"reference": "92efad6a967f0b79c499705c69b662f738cc9e4d" "reference": "f85772abd508bd04e20bb4b1bbe260a68d0066d2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d", "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/f85772abd508bd04e20bb4b1bbe260a68d0066d2",
"reference": "92efad6a967f0b79c499705c69b662f738cc9e4d", "reference": "f85772abd508bd04e20bb4b1bbe260a68d0066d2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8315,9 +8358,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/FakerPHP/Faker/issues", "issues": "https://github.com/FakerPHP/Faker/issues",
"source": "https://github.com/FakerPHP/Faker/tree/v1.21.0" "source": "https://github.com/FakerPHP/Faker/tree/v1.22.0"
}, },
"time": "2022-12-13T13:54:32+00:00" "time": "2023-05-14T12:31:37+00:00"
}, },
{ {
"name": "fidry/cpu-core-counter", "name": "fidry/cpu-core-counter",
@ -9009,33 +9052,33 @@
}, },
{ {
"name": "pestphp/pest", "name": "pestphp/pest",
"version": "v2.6.0", "version": "v2.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pestphp/pest.git", "url": "https://github.com/pestphp/pest.git",
"reference": "a34767fa15abd098c763db605fd0fc72665b7f69" "reference": "faafedd55ca4479b0634f85cc1a68bf5af44764e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pestphp/pest/zipball/a34767fa15abd098c763db605fd0fc72665b7f69", "url": "https://api.github.com/repos/pestphp/pest/zipball/faafedd55ca4479b0634f85cc1a68bf5af44764e",
"reference": "a34767fa15abd098c763db605fd0fc72665b7f69", "reference": "faafedd55ca4479b0634f85cc1a68bf5af44764e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"brianium/paratest": "^7.1.3", "brianium/paratest": "^7.1.4",
"nunomaduro/collision": "^7.5.2", "nunomaduro/collision": "^7.5.2",
"nunomaduro/termwind": "^1.15.1", "nunomaduro/termwind": "^1.15.1",
"pestphp/pest-plugin": "^2.0.1", "pestphp/pest-plugin": "^2.0.1",
"pestphp/pest-plugin-arch": "^2.1.2", "pestphp/pest-plugin-arch": "^2.1.2",
"php": "^8.1.0", "php": "^8.1.0",
"phpunit/phpunit": "^10.1.2" "phpunit/phpunit": "^10.1.3"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": ">10.1.2", "phpunit/phpunit": ">10.1.3",
"webmozart/assert": "<1.11.0" "webmozart/assert": "<1.11.0"
}, },
"require-dev": { "require-dev": {
"pestphp/pest-dev-tools": "^2.8.0", "pestphp/pest-dev-tools": "^2.9.0",
"symfony/process": "^6.2.10" "symfony/process": "^6.2.10"
}, },
"bin": [ "bin": [
@ -9092,7 +9135,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/pestphp/pest/issues", "issues": "https://github.com/pestphp/pest/issues",
"source": "https://github.com/pestphp/pest/tree/v2.6.0" "source": "https://github.com/pestphp/pest/tree/v2.6.1"
}, },
"funding": [ "funding": [
{ {
@ -9104,7 +9147,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-05-01T23:51:14+00:00" "time": "2023-05-12T08:22:02+00:00"
}, },
{ {
"name": "pestphp/pest-plugin", "name": "pestphp/pest-plugin",
@ -9475,16 +9518,16 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "10.1.1", "version": "10.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "884a0da7f9f46f28b2cb69134217fd810b793974" "reference": "db1497ec8dd382e82c962f7abbe0320e4882ee4e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/884a0da7f9f46f28b2cb69134217fd810b793974", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/db1497ec8dd382e82c962f7abbe0320e4882ee4e",
"reference": "884a0da7f9f46f28b2cb69134217fd810b793974", "reference": "db1497ec8dd382e82c962f7abbe0320e4882ee4e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9541,7 +9584,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.1" "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.2"
}, },
"funding": [ "funding": [
{ {
@ -9549,7 +9592,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-04-17T12:15:40+00:00" "time": "2023-05-22T09:04:27+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
@ -9795,16 +9838,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "10.1.2", "version": "10.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "6f0cd95be71add539f8fd2be25b2a4a29789000b" "reference": "2379ebafc1737e71cdc84f402acb6b7f04198b9d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6f0cd95be71add539f8fd2be25b2a4a29789000b", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2379ebafc1737e71cdc84f402acb6b7f04198b9d",
"reference": "6f0cd95be71add539f8fd2be25b2a4a29789000b", "reference": "2379ebafc1737e71cdc84f402acb6b7f04198b9d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9876,7 +9919,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.1.2" "source": "https://github.com/sebastianbergmann/phpunit/tree/10.1.3"
}, },
"funding": [ "funding": [
{ {
@ -9892,7 +9935,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-04-22T07:38:19+00:00" "time": "2023-05-11T05:16:22+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
@ -10804,51 +10847,6 @@
], ],
"time": "2023-02-07T11:34:05+00:00" "time": "2023-02-07T11:34:05+00:00"
}, },
{
"name": "serversideup/spin",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/serversideup/spin.git",
"reference": "03bb69dbdc6d6a68b82b4bb4cfeb7accc4f8758f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/serversideup/spin/zipball/03bb69dbdc6d6a68b82b4bb4cfeb7accc4f8758f",
"reference": "03bb69dbdc6d6a68b82b4bb4cfeb7accc4f8758f",
"shasum": ""
},
"bin": [
"bin/spin"
],
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Dan Pastori",
"homepage": "https://twitter.com/danpastori"
},
{
"name": "Jay Rogers",
"homepage": "https://twitter.com/jaydrogers"
}
],
"description": "Replicate your production environment locally using Docker. Just run \"spin up\". It's really that easy.",
"support": {
"issues": "https://github.com/serversideup/spin/issues",
"source": "https://github.com/serversideup/spin/tree/v1.1.0"
},
"funding": [
{
"url": "https://github.com/serversideup",
"type": "github"
}
],
"time": "2022-05-20T15:13:10+00:00"
},
{ {
"name": "spatie/flare-client-php", "name": "spatie/flare-client-php",
"version": "1.3.6", "version": "1.3.6",

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{ {
"/app.js": "/app.js?id=45904d8bd75c65ee5c136a52a5e8ead6", "/app.js": "/app.js?id=c6187bff8d842d49dbb4d3de4b583600",
"/app-dark.css": "/app-dark.css?id=15c72df05e2b1147fa3e4b0670cfb435", "/app-dark.css": "/app-dark.css?id=15c72df05e2b1147fa3e4b0670cfb435",
"/app.css": "/app.css?id=4d6a1a7fe095eedc2cb2a4ce822ea8a5", "/app.css": "/app.css?id=4d6a1a7fe095eedc2cb2a4ce822ea8a5",
"/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f", "/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f",