Composer Package Updates

This commit is contained in:
Refringe 2024-06-16 23:34:47 -04:00
parent 25820535b0
commit 47a7121707
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k
4 changed files with 145 additions and 71 deletions

210
composer.lock generated
View File

@ -62,16 +62,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.313.0",
"version": "3.314.2",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "2f5f173300888d6f630ce24751a6ee0f1e6d72e8"
"reference": "1f5ccf9c73a66fb85c7c5de8f11ed69e44c636ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2f5f173300888d6f630ce24751a6ee0f1e6d72e8",
"reference": "2f5f173300888d6f630ce24751a6ee0f1e6d72e8",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1f5ccf9c73a66fb85c7c5de8f11ed69e44c636ef",
"reference": "1f5ccf9c73a66fb85c7c5de8f11ed69e44c636ef",
"shasum": ""
},
"require": {
@ -151,9 +151,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.313.0"
"source": "https://github.com/aws/aws-sdk-php/tree/3.314.2"
},
"time": "2024-06-11T18:20:58+00:00"
"time": "2024-06-14T18:11:34+00:00"
},
{
"name": "bacon/bacon-qr-code",
@ -589,16 +589,16 @@
},
{
"name": "doctrine/dbal",
"version": "4.0.2",
"version": "4.0.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "61d79c6e379a39dc1fea6b4e50a23dfc3cd2076a"
"reference": "8edbce73bc1aa2251ba8c754fc440f8e02c661bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/61d79c6e379a39dc1fea6b4e50a23dfc3cd2076a",
"reference": "61d79c6e379a39dc1fea6b4e50a23dfc3cd2076a",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/8edbce73bc1aa2251ba8c754fc440f8e02c661bc",
"reference": "8edbce73bc1aa2251ba8c754fc440f8e02c661bc",
"shasum": ""
},
"require": {
@ -611,16 +611,16 @@
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.2",
"phpstan/phpstan": "1.10.58",
"phpstan/phpstan-phpunit": "1.3.15",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "10.5.9",
"psalm/plugin-phpunit": "0.18.4",
"phpstan/phpstan": "1.11.1",
"phpstan/phpstan-phpunit": "1.4.0",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "10.5.20",
"psalm/plugin-phpunit": "0.19.0",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.9.0",
"squizlabs/php_codesniffer": "3.9.2",
"symfony/cache": "^6.3.8|^7.0",
"symfony/console": "^5.4|^6.3|^7.0",
"vimeo/psalm": "5.21.1"
"vimeo/psalm": "5.24.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -677,7 +677,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/4.0.2"
"source": "https://github.com/doctrine/dbal/tree/4.0.3"
},
"funding": [
{
@ -693,7 +693,7 @@
"type": "tidelift"
}
],
"time": "2024-04-25T08:29:52+00:00"
"time": "2024-06-12T06:58:42+00:00"
},
{
"name": "doctrine/deprecations",
@ -1758,16 +1758,16 @@
},
{
"name": "inertiajs/inertia-laravel",
"version": "v1.2.0",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/inertiajs/inertia-laravel.git",
"reference": "5675663d9619528544cc2dca60e0f8b9603980ae"
"reference": "36730d13b1dab9017069004fd458b3e67449a326"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/5675663d9619528544cc2dca60e0f8b9603980ae",
"reference": "5675663d9619528544cc2dca60e0f8b9603980ae",
"url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/36730d13b1dab9017069004fd458b3e67449a326",
"reference": "36730d13b1dab9017069004fd458b3e67449a326",
"shasum": ""
},
"require": {
@ -1822,7 +1822,7 @@
],
"support": {
"issues": "https://github.com/inertiajs/inertia-laravel/issues",
"source": "https://github.com/inertiajs/inertia-laravel/tree/v1.2.0"
"source": "https://github.com/inertiajs/inertia-laravel/tree/v1.3.0"
},
"funding": [
{
@ -1830,7 +1830,7 @@
"type": "github"
}
],
"time": "2024-05-17T22:12:22+00:00"
"time": "2024-06-13T01:25:09+00:00"
},
{
"name": "laravel/fortify",
@ -2250,17 +2250,17 @@
},
{
"name": "laravel/nova",
"version": "4.34.2",
"version": "4.34.3",
"source": {
"type": "git",
"url": "git@github.com:laravel/nova.git",
"reference": "4e85f31d46b70291f24ccf2162096db87e82e8b2"
"reference": "3c4188b09b1fb7364e60eafc8b28fc2f73e19c21"
},
"dist": {
"type": "zip",
"url": "https://nova.laravel.com/dist/laravel/nova/laravel-nova-4e85f31d46b70291f24ccf2162096db87e82e8b2-zip-023aa4.zip",
"reference": "4e85f31d46b70291f24ccf2162096db87e82e8b2",
"shasum": "ad0981b85da448ecf8ffe38ef0d49c342734708e"
"url": "https://nova.laravel.com/dist/laravel/nova/laravel-nova-3c4188b09b1fb7364e60eafc8b28fc2f73e19c21-zip-6ad76c.zip",
"reference": "3c4188b09b1fb7364e60eafc8b28fc2f73e19c21",
"shasum": "0d6b99f7d9dc8e4577d66d06b71164a6326e2e15"
},
"require": {
"brick/money": "^0.5|^0.6|^0.7|^0.8|^0.9",
@ -2370,9 +2370,9 @@
"laravel"
],
"support": {
"source": "https://github.com/laravel/nova/tree/v4.34.2"
"source": "https://github.com/laravel/nova/tree/v4.34.3"
},
"time": "2024-05-23T15:59:51+00:00"
"time": "2024-06-12T16:57:44+00:00"
},
{
"name": "laravel/prompts",
@ -9104,16 +9104,16 @@
},
{
"name": "myclabs/deep-copy",
"version": "1.11.1",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
"reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
"reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
"shasum": ""
},
"require": {
@ -9121,11 +9121,12 @@
},
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
},
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpspec/prophecy": "^1.10",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"type": "library",
@ -9151,7 +9152,7 @@
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
"source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
},
"funding": [
{
@ -9159,7 +9160,7 @@
"type": "tidelift"
}
],
"time": "2023-03-08T13:26:56+00:00"
"time": "2024-06-12T14:39:25+00:00"
},
{
"name": "nunomaduro/collision",
@ -9847,16 +9848,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.2.1",
"version": "11.2.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "1b8775732e9c401bda32df3ffbdf90dec7533ceb"
"reference": "3e1843a58adc9c433ee6170bdee7d615f7ccc20b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1b8775732e9c401bda32df3ffbdf90dec7533ceb",
"reference": "1b8775732e9c401bda32df3ffbdf90dec7533ceb",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e1843a58adc9c433ee6170bdee7d615f7ccc20b",
"reference": "3e1843a58adc9c433ee6170bdee7d615f7ccc20b",
"shasum": ""
},
"require": {
@ -9927,7 +9928,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.1"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.2"
},
"funding": [
{
@ -9943,7 +9944,7 @@
"type": "tidelift"
}
],
"time": "2024-06-11T07:30:35+00:00"
"time": "2024-06-15T09:14:53+00:00"
},
{
"name": "sebastian/cli-parser",
@ -10932,23 +10933,97 @@
"time": "2024-04-24T13:22:11+00:00"
},
{
"name": "spatie/flare-client-php",
"version": "1.6.0",
"name": "spatie/error-solutions",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/flare-client-php.git",
"reference": "220a7c8745e9fa427d54099f47147c4b97fe6462"
"url": "https://github.com/spatie/error-solutions.git",
"reference": "202108314a6988ede156fba1b3ea80a784c1734a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/220a7c8745e9fa427d54099f47147c4b97fe6462",
"reference": "220a7c8745e9fa427d54099f47147c4b97fe6462",
"url": "https://api.github.com/repos/spatie/error-solutions/zipball/202108314a6988ede156fba1b3ea80a784c1734a",
"reference": "202108314a6988ede156fba1b3ea80a784c1734a",
"shasum": ""
},
"require": {
"php": "^8.0"
},
"require-dev": {
"illuminate/broadcasting": "^10.0|^11.0",
"illuminate/cache": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"livewire/livewire": "^2.11|^3.3.5",
"openai-php/client": "^0.10.1",
"orchestra/testbench": "^7.0|8.22.3|^9.0",
"pestphp/pest": "^2.20",
"phpstan/phpstan": "^1.11",
"psr/simple-cache": "^3.0",
"psr/simple-cache-implementation": "^3.0",
"spatie/ray": "^1.28",
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
"vlucas/phpdotenv": "^5.5"
},
"suggest": {
"openai-php/client": "Require get solutions from OpenAI",
"simple-cache-implementation": "To cache solutions from OpenAI"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Ignition\\": "legacy/ignition",
"Spatie\\ErrorSolutions\\": "src",
"Spatie\\LaravelIgnition\\": "legacy/laravel-ignition"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ruben Van Assche",
"email": "ruben@spatie.be",
"role": "Developer"
}
],
"description": "This is my package error-solutions",
"homepage": "https://github.com/spatie/error-solutions",
"keywords": [
"error-solutions",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/error-solutions/issues",
"source": "https://github.com/spatie/error-solutions/tree/1.0.0"
},
"funding": [
{
"url": "https://github.com/Spatie",
"type": "github"
}
],
"time": "2024-06-12T14:49:54+00:00"
},
{
"name": "spatie/flare-client-php",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/flare-client-php.git",
"reference": "097040ff51e660e0f6fc863684ac4b02c93fa234"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/097040ff51e660e0f6fc863684ac4b02c93fa234",
"reference": "097040ff51e660e0f6fc863684ac4b02c93fa234",
"shasum": ""
},
"require": {
"illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0",
"php": "^8.0",
"spatie/backtrace": "^1.5.2",
"spatie/backtrace": "^1.6.1",
"symfony/http-foundation": "^5.2|^6.0|^7.0",
"symfony/mime": "^5.2|^6.0|^7.0",
"symfony/process": "^5.2|^6.0|^7.0",
@ -10990,7 +11065,7 @@
],
"support": {
"issues": "https://github.com/spatie/flare-client-php/issues",
"source": "https://github.com/spatie/flare-client-php/tree/1.6.0"
"source": "https://github.com/spatie/flare-client-php/tree/1.7.0"
},
"funding": [
{
@ -10998,28 +11073,28 @@
"type": "github"
}
],
"time": "2024-05-22T09:45:39+00:00"
"time": "2024-06-12T14:39:14+00:00"
},
{
"name": "spatie/ignition",
"version": "1.14.2",
"version": "1.15.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/ignition.git",
"reference": "5e11c11f675bb5251f061491a493e04a1a571532"
"reference": "e3a68e137371e1eb9edc7f78ffa733f3b98991d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/ignition/zipball/5e11c11f675bb5251f061491a493e04a1a571532",
"reference": "5e11c11f675bb5251f061491a493e04a1a571532",
"url": "https://api.github.com/repos/spatie/ignition/zipball/e3a68e137371e1eb9edc7f78ffa733f3b98991d2",
"reference": "e3a68e137371e1eb9edc7f78ffa733f3b98991d2",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": "^8.0",
"spatie/backtrace": "^1.5.3",
"spatie/flare-client-php": "^1.4.0",
"spatie/error-solutions": "^1.0",
"spatie/flare-client-php": "^1.7",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
},
@ -11081,20 +11156,20 @@
"type": "github"
}
],
"time": "2024-05-29T08:10:20+00:00"
"time": "2024-06-12T14:55:22+00:00"
},
{
"name": "spatie/laravel-ignition",
"version": "2.7.0",
"version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ignition.git",
"reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57"
"reference": "3c067b75bfb50574db8f7e2c3978c65eed71126c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/f52124d50122611e8a40f628cef5c19ff6cc5b57",
"reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/3c067b75bfb50574db8f7e2c3978c65eed71126c",
"reference": "3c067b75bfb50574db8f7e2c3978c65eed71126c",
"shasum": ""
},
"require": {
@ -11103,8 +11178,7 @@
"ext-mbstring": "*",
"illuminate/support": "^10.0|^11.0",
"php": "^8.1",
"spatie/flare-client-php": "^1.5",
"spatie/ignition": "^1.14",
"spatie/ignition": "^1.15",
"symfony/console": "^6.2.3|^7.0",
"symfony/var-dumper": "^6.2.3|^7.0"
},
@ -11173,7 +11247,7 @@
"type": "github"
}
],
"time": "2024-05-02T13:42:49+00:00"
"time": "2024-06-12T15:01:18+00:00"
},
{
"name": "symfony/yaml",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=d5c07e2eeefdadf9650a9473ea340c89",
"/app.js": "/app.js?id=4f1ec3789b86ed89a9a1900e986b95e6",
"/manifest.js": "/manifest.js?id=d6d76d12b7219df564489d400c711198",
"/app.css": "/app.css?id=3d962b859bf103c1663adb9513497f17",
"/vendor.js": "/vendor.js?id=0b026297072f6c8be97d0c900a2d4770",