various fixes

This commit is contained in:
James Cole 2023-10-27 17:47:24 +02:00
parent 902cc21ff0
commit c4c690f44f
2 changed files with 40 additions and 40 deletions

2
.gitignore vendored
View File

@ -1,8 +1,6 @@
/node_modules /node_modules
/frontend/node_modules
/storage/*.key /storage/*.key
/vendor /vendor
/.vagrant
npm-debug.log npm-debug.log
yarn-error.log yarn-error.log
.env .env

78
composer.lock generated
View File

@ -1939,16 +1939,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v10.28.0", "version": "v10.29.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "09137f50f715c1efc649788a26092dcb1ec4ab6e" "reference": "2d002849a16ad131110a50cbea4d64dbb78515a3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/09137f50f715c1efc649788a26092dcb1ec4ab6e", "url": "https://api.github.com/repos/laravel/framework/zipball/2d002849a16ad131110a50cbea4d64dbb78515a3",
"reference": "09137f50f715c1efc649788a26092dcb1ec4ab6e", "reference": "2d002849a16ad131110a50cbea4d64dbb78515a3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1981,7 +1981,7 @@
"symfony/console": "^6.2", "symfony/console": "^6.2",
"symfony/error-handler": "^6.2", "symfony/error-handler": "^6.2",
"symfony/finder": "^6.2", "symfony/finder": "^6.2",
"symfony/http-foundation": "^6.2", "symfony/http-foundation": "^6.3",
"symfony/http-kernel": "^6.2", "symfony/http-kernel": "^6.2",
"symfony/mailer": "^6.2", "symfony/mailer": "^6.2",
"symfony/mime": "^6.2", "symfony/mime": "^6.2",
@ -2048,13 +2048,15 @@
"league/flysystem-read-only": "^3.3", "league/flysystem-read-only": "^3.3",
"league/flysystem-sftp-v3": "^3.0", "league/flysystem-sftp-v3": "^3.0",
"mockery/mockery": "^1.5.1", "mockery/mockery": "^1.5.1",
"nyholm/psr7": "^1.2",
"orchestra/testbench-core": "^8.12", "orchestra/testbench-core": "^8.12",
"pda/pheanstalk": "^4.0", "pda/pheanstalk": "^4.0",
"phpstan/phpstan": "^1.4.7", "phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^10.0.7", "phpunit/phpunit": "^10.0.7",
"predis/predis": "^2.0.2", "predis/predis": "^2.0.2",
"symfony/cache": "^6.2", "symfony/cache": "^6.2",
"symfony/http-client": "^6.2.4" "symfony/http-client": "^6.2.4",
"symfony/psr-http-message-bridge": "^2.0"
}, },
"suggest": { "suggest": {
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
@ -2135,20 +2137,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-10-10T13:01:37+00:00" "time": "2023-10-24T13:48:53+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",
"version": "v11.9.1", "version": "v11.9.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/passport.git", "url": "https://github.com/laravel/passport.git",
"reference": "93bb9c36045fe5be2eaeacf35e836c00b392b761" "reference": "cece4efda933219002d95f3d5d03509e9ed29a14"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/passport/zipball/93bb9c36045fe5be2eaeacf35e836c00b392b761", "url": "https://api.github.com/repos/laravel/passport/zipball/cece4efda933219002d95f3d5d03509e9ed29a14",
"reference": "93bb9c36045fe5be2eaeacf35e836c00b392b761", "reference": "cece4efda933219002d95f3d5d03509e9ed29a14",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2172,7 +2174,7 @@
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"orchestra/testbench": "^7.0|^8.0", "orchestra/testbench": "^7.31|^8.11",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.3" "phpunit/phpunit": "^9.3"
}, },
@ -2213,27 +2215,27 @@
"issues": "https://github.com/laravel/passport/issues", "issues": "https://github.com/laravel/passport/issues",
"source": "https://github.com/laravel/passport" "source": "https://github.com/laravel/passport"
}, },
"time": "2023-09-01T14:20:24+00:00" "time": "2023-10-16T20:04:42+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.1.11", "version": "v0.1.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/prompts.git", "url": "https://github.com/laravel/prompts.git",
"reference": "cce65a90e64712909ea1adc033e1d88de8455ffd" "reference": "b35f249028c22016e45e48626e19e5d42fd827ff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/cce65a90e64712909ea1adc033e1d88de8455ffd", "url": "https://api.github.com/repos/laravel/prompts/zipball/b35f249028c22016e45e48626e19e5d42fd827ff",
"reference": "cce65a90e64712909ea1adc033e1d88de8455ffd", "reference": "b35f249028c22016e45e48626e19e5d42fd827ff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"illuminate/collections": "^10.0|^11.0", "illuminate/collections": "^10.0|^11.0",
"php": "^8.1", "php": "^8.1",
"symfony/console": "^6.2" "symfony/console": "^6.2|^7.0"
}, },
"conflict": { "conflict": {
"illuminate/console": ">=10.17.0 <10.25.0", "illuminate/console": ">=10.17.0 <10.25.0",
@ -2268,9 +2270,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/prompts/issues", "issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.1.11" "source": "https://github.com/laravel/prompts/tree/v0.1.12"
}, },
"time": "2023-10-03T01:07:35+00:00" "time": "2023-10-18T14:18:57+00:00"
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
@ -2340,16 +2342,16 @@
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
"version": "v1.3.1", "version": "v1.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/serializable-closure.git", "url": "https://github.com/laravel/serializable-closure.git",
"reference": "e5a3057a5591e1cfe8183034b0203921abe2c902" "reference": "076fe2cf128bd54b4341cdc6d49b95b34e101e4c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902", "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/076fe2cf128bd54b4341cdc6d49b95b34e101e4c",
"reference": "e5a3057a5591e1cfe8183034b0203921abe2c902", "reference": "076fe2cf128bd54b4341cdc6d49b95b34e101e4c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2396,7 +2398,7 @@
"issues": "https://github.com/laravel/serializable-closure/issues", "issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure" "source": "https://github.com/laravel/serializable-closure"
}, },
"time": "2023-07-14T13:56:28+00:00" "time": "2023-10-17T13:38:16+00:00"
}, },
{ {
"name": "laravel/slack-notification-channel", "name": "laravel/slack-notification-channel",
@ -5724,16 +5726,16 @@
}, },
{ {
"name": "spatie/laravel-html", "name": "spatie/laravel-html",
"version": "3.2.2", "version": "3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-html.git", "url": "https://github.com/spatie/laravel-html.git",
"reference": "f9dac9f250735dd01d80e023f5acf6f3d10d3b3f" "reference": "00faf80c459ca2a4cd9c6fe9c0e1a16b89216c2e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-html/zipball/f9dac9f250735dd01d80e023f5acf6f3d10d3b3f", "url": "https://api.github.com/repos/spatie/laravel-html/zipball/00faf80c459ca2a4cd9c6fe9c0e1a16b89216c2e",
"reference": "f9dac9f250735dd01d80e023f5acf6f3d10d3b3f", "reference": "00faf80c459ca2a4cd9c6fe9c0e1a16b89216c2e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5790,7 +5792,7 @@
"spatie" "spatie"
], ],
"support": { "support": {
"source": "https://github.com/spatie/laravel-html/tree/3.2.2" "source": "https://github.com/spatie/laravel-html/tree/3.3.0"
}, },
"funding": [ "funding": [
{ {
@ -5798,7 +5800,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2023-07-20T18:59:53+00:00" "time": "2023-10-24T06:34:29+00:00"
}, },
{ {
"name": "spatie/laravel-ignition", "name": "spatie/laravel-ignition",
@ -10544,16 +10546,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "10.4.1", "version": "10.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "62bd7af13d282deeb95650077d28ba3600ca321c" "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/62bd7af13d282deeb95650077d28ba3600ca321c", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
"reference": "62bd7af13d282deeb95650077d28ba3600ca321c", "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10625,7 +10627,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.4.1" "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2"
}, },
"funding": [ "funding": [
{ {
@ -10641,7 +10643,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-10-08T05:01:11+00:00" "time": "2023-10-26T07:21:45+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
@ -11691,5 +11693,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.2" "php": "8.2"
}, },
"plugin-api-version": "2.3.0" "plugin-api-version": "2.6.0"
} }