Upgrade packages

This commit is contained in:
James Cole
2024-10-05 17:17:20 +02:00
parent 856a194988
commit 16d3984ffc

83
composer.lock generated
View File

@@ -2410,16 +2410,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v11.25.0", "version": "v11.26.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "b487a9089c0b1c71ac63bb6bc44fb4b00dc6da2e" "reference": "b8cb8998701d5b3cfe68539d3c3da1fc59ddd82b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/b487a9089c0b1c71ac63bb6bc44fb4b00dc6da2e", "url": "https://api.github.com/repos/laravel/framework/zipball/b8cb8998701d5b3cfe68539d3c3da1fc59ddd82b",
"reference": "b487a9089c0b1c71ac63bb6bc44fb4b00dc6da2e", "reference": "b8cb8998701d5b3cfe68539d3c3da1fc59ddd82b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2438,7 +2438,7 @@
"fruitcake/php-cors": "^1.3", "fruitcake/php-cors": "^1.3",
"guzzlehttp/guzzle": "^7.8", "guzzlehttp/guzzle": "^7.8",
"guzzlehttp/uri-template": "^1.0", "guzzlehttp/uri-template": "^1.0",
"laravel/prompts": "^0.1.18|^0.2.0", "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
"laravel/serializable-closure": "^1.3", "laravel/serializable-closure": "^1.3",
"league/commonmark": "^2.2.1", "league/commonmark": "^2.2.1",
"league/flysystem": "^3.8.0", "league/flysystem": "^3.8.0",
@@ -2615,7 +2615,7 @@
"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": "2024-09-26T11:21:58+00:00" "time": "2024-10-01T14:29:34+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",
@@ -2695,21 +2695,21 @@
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.2.1", "version": "v0.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/prompts.git", "url": "https://github.com/laravel/prompts.git",
"reference": "a132ccf64d46da183b7cf3729df260e836cc7e15" "reference": "ea57a2261093986721d4a5f4f9524d76f21f9fa0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/a132ccf64d46da183b7cf3729df260e836cc7e15", "url": "https://api.github.com/repos/laravel/prompts/zipball/ea57a2261093986721d4a5f4f9524d76f21f9fa0",
"reference": "a132ccf64d46da183b7cf3729df260e836cc7e15", "reference": "ea57a2261093986721d4a5f4f9524d76f21f9fa0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-runtime-api": "^2.2",
"ext-mbstring": "*", "ext-mbstring": "*",
"illuminate/collections": "^10.0|^11.0",
"php": "^8.1", "php": "^8.1",
"symfony/console": "^6.2|^7.0" "symfony/console": "^6.2|^7.0"
}, },
@@ -2718,6 +2718,7 @@
"laravel/framework": ">=10.17.0 <10.25.0" "laravel/framework": ">=10.17.0 <10.25.0"
}, },
"require-dev": { "require-dev": {
"illuminate/collections": "^10.0|^11.0",
"mockery/mockery": "^1.5", "mockery/mockery": "^1.5",
"pestphp/pest": "^2.3", "pestphp/pest": "^2.3",
"phpstan/phpstan": "^1.11", "phpstan/phpstan": "^1.11",
@@ -2729,7 +2730,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "0.2.x-dev" "dev-main": "0.3.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -2747,22 +2748,22 @@
"description": "Add beautiful and user-friendly forms to your command-line applications.", "description": "Add beautiful and user-friendly forms to your command-line applications.",
"support": { "support": {
"issues": "https://github.com/laravel/prompts/issues", "issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.2.1" "source": "https://github.com/laravel/prompts/tree/v0.3.0"
}, },
"time": "2024-09-19T10:28:37+00:00" "time": "2024-09-30T14:27:51+00:00"
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
"version": "v4.0.2", "version": "v4.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sanctum.git", "url": "https://github.com/laravel/sanctum.git",
"reference": "9cfc0ce80cabad5334efff73ec856339e8ec1ac1" "reference": "54aea9d13743ae8a6cdd3c28dbef128a17adecab"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/9cfc0ce80cabad5334efff73ec856339e8ec1ac1", "url": "https://api.github.com/repos/laravel/sanctum/zipball/54aea9d13743ae8a6cdd3c28dbef128a17adecab",
"reference": "9cfc0ce80cabad5334efff73ec856339e8ec1ac1", "reference": "54aea9d13743ae8a6cdd3c28dbef128a17adecab",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2813,7 +2814,7 @@
"issues": "https://github.com/laravel/sanctum/issues", "issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum" "source": "https://github.com/laravel/sanctum"
}, },
"time": "2024-04-10T19:39:58+00:00" "time": "2024-09-27T14:55:41+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@@ -4200,24 +4201,24 @@
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
"version": "v1.3.0", "version": "v1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nette/schema.git", "url": "https://github.com/nette/schema.git",
"reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188" "reference": "9522dad6211c4d995a01a9ac529da88d0b0ba7b5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", "url": "https://api.github.com/repos/nette/schema/zipball/9522dad6211c4d995a01a9ac529da88d0b0ba7b5",
"reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", "reference": "9522dad6211c4d995a01a9ac529da88d0b0ba7b5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"nette/utils": "^4.0", "nette/utils": "^4.0",
"php": "8.1 - 8.3" "php": "8.1 - 8.4"
}, },
"require-dev": { "require-dev": {
"nette/tester": "^2.4", "nette/tester": "^2.5.2",
"phpstan/phpstan-nette": "^1.0", "phpstan/phpstan-nette": "^1.0",
"tracy/tracy": "^2.8" "tracy/tracy": "^2.8"
}, },
@@ -4256,9 +4257,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nette/schema/issues", "issues": "https://github.com/nette/schema/issues",
"source": "https://github.com/nette/schema/tree/v1.3.0" "source": "https://github.com/nette/schema/tree/v1.3.1"
}, },
"time": "2023-12-11T11:54:22+00:00" "time": "2024-10-05T03:01:50+00:00"
}, },
{ {
"name": "nette/utils", "name": "nette/utils",
@@ -9714,16 +9715,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v3.14.2", "version": "v3.14.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "850be4e3c05add22d70a3a3fb564925fd7605973" "reference": "c0bee7c08ae2429e4a9ed2bc75679b012db6e3bd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/850be4e3c05add22d70a3a3fb564925fd7605973", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/c0bee7c08ae2429e4a9ed2bc75679b012db6e3bd",
"reference": "850be4e3c05add22d70a3a3fb564925fd7605973", "reference": "c0bee7c08ae2429e4a9ed2bc75679b012db6e3bd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9782,7 +9783,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues", "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.14.2" "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.14.3"
}, },
"funding": [ "funding": [
{ {
@@ -9794,7 +9795,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-09-24T17:03:19+00:00" "time": "2024-10-02T09:17:49+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
@@ -10002,16 +10003,16 @@
}, },
{ {
"name": "composer/class-map-generator", "name": "composer/class-map-generator",
"version": "1.3.4", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/class-map-generator.git", "url": "https://github.com/composer/class-map-generator.git",
"reference": "b1b3fd0b4eaf3ddf3ee230bc340bf3fff454a1a3" "reference": "98bbf6780e56e0fd2404fe4b82eb665a0f93b783"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/class-map-generator/zipball/b1b3fd0b4eaf3ddf3ee230bc340bf3fff454a1a3", "url": "https://api.github.com/repos/composer/class-map-generator/zipball/98bbf6780e56e0fd2404fe4b82eb665a0f93b783",
"reference": "b1b3fd0b4eaf3ddf3ee230bc340bf3fff454a1a3", "reference": "98bbf6780e56e0fd2404fe4b82eb665a0f93b783",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10024,8 +10025,8 @@
"phpstan/phpstan-deprecation-rules": "^1", "phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1", "phpstan/phpstan-strict-rules": "^1.1",
"symfony/filesystem": "^5.4 || ^6", "phpunit/phpunit": "^8",
"symfony/phpunit-bridge": "^5" "symfony/filesystem": "^5.4 || ^6"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -10055,7 +10056,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/composer/class-map-generator/issues", "issues": "https://github.com/composer/class-map-generator/issues",
"source": "https://github.com/composer/class-map-generator/tree/1.3.4" "source": "https://github.com/composer/class-map-generator/tree/1.4.0"
}, },
"funding": [ "funding": [
{ {
@@ -10071,7 +10072,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-06-12T14:13:04+00:00" "time": "2024-10-03T18:14:00+00:00"
}, },
{ {
"name": "composer/pcre", "name": "composer/pcre",