update packages

This commit is contained in:
James Cole 2023-01-11 06:06:18 +01:00
parent 772f0f5ba4
commit c0af63e59e
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

114
composer.lock generated
View File

@ -1856,16 +1856,16 @@
},
{
"name": "laravel/framework",
"version": "v9.46.0",
"version": "v9.47.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "62b05b6de5733d89378a279e40230a71e5ab5d92"
"reference": "92810d88f9a4252095a56c05541b07940363367c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/62b05b6de5733d89378a279e40230a71e5ab5d92",
"reference": "62b05b6de5733d89378a279e40230a71e5ab5d92",
"url": "https://api.github.com/repos/laravel/framework/zipball/92810d88f9a4252095a56c05541b07940363367c",
"reference": "92810d88f9a4252095a56c05541b07940363367c",
"shasum": ""
},
"require": {
@ -1956,6 +1956,7 @@
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^7.16",
"pda/pheanstalk": "^4.0",
"phpstan/phpdoc-parser": "^1.15",
"phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^9.5.8",
"predis/predis": "^1.1.9|^2.0.2",
@ -2038,34 +2039,34 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-01-03T15:12:31+00:00"
"time": "2023-01-10T16:10:09+00:00"
},
{
"name": "laravel/passport",
"version": "v11.4.0",
"version": "v11.5.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/passport.git",
"reference": "2d746b752b08e47f6b5bd69d8e76fbe477e23532"
"reference": "87dcab8ba37ba3a8c0d4958d251ab87a5c95b329"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/passport/zipball/2d746b752b08e47f6b5bd69d8e76fbe477e23532",
"reference": "2d746b752b08e47f6b5bd69d8e76fbe477e23532",
"url": "https://api.github.com/repos/laravel/passport/zipball/87dcab8ba37ba3a8c0d4958d251ab87a5c95b329",
"reference": "87dcab8ba37ba3a8c0d4958d251ab87a5c95b329",
"shasum": ""
},
"require": {
"ext-json": "*",
"firebase/php-jwt": "^6.3.1",
"illuminate/auth": "^9.0",
"illuminate/console": "^9.0",
"illuminate/container": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/cookie": "^9.0",
"illuminate/database": "^9.0",
"illuminate/encryption": "^9.0",
"illuminate/http": "^9.0",
"illuminate/support": "^9.0",
"illuminate/auth": "^9.0|^10.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/container": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/cookie": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/encryption": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"lcobucci/jwt": "^3.4|^4.0",
"league/oauth2-server": "^8.2",
"nyholm/psr7": "^1.3",
@ -2075,7 +2076,7 @@
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.3"
},
"type": "library",
@ -2115,33 +2116,33 @@
"issues": "https://github.com/laravel/passport/issues",
"source": "https://github.com/laravel/passport"
},
"time": "2023-01-03T09:40:19+00:00"
"time": "2023-01-09T16:46:42+00:00"
},
{
"name": "laravel/sanctum",
"version": "v3.1.0",
"version": "v3.2.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/sanctum.git",
"reference": "d823587299d50c3ae9c26fa1731ef0d5b725c788"
"reference": "bf5cb6c256d19a108bdfaca121b2594da063fbd5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/d823587299d50c3ae9c26fa1731ef0d5b725c788",
"reference": "d823587299d50c3ae9c26fa1731ef0d5b725c788",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/bf5cb6c256d19a108bdfaca121b2594da063fbd5",
"reference": "bf5cb6c256d19a108bdfaca121b2594da063fbd5",
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/console": "^9.21",
"illuminate/contracts": "^9.21",
"illuminate/database": "^9.21",
"illuminate/support": "^9.21",
"illuminate/console": "^9.21|^10.0",
"illuminate/contracts": "^9.21|^10.0",
"illuminate/database": "^9.21|^10.0",
"illuminate/support": "^9.21|^10.0",
"php": "^8.0.2"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.3"
},
"type": "library",
@ -2180,7 +2181,7 @@
"issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum"
},
"time": "2023-01-03T09:38:46+00:00"
"time": "2023-01-06T15:43:53+00:00"
},
{
"name": "laravel/serializable-closure",
@ -2305,27 +2306,27 @@
},
{
"name": "laravel/ui",
"version": "v4.1.1",
"version": "v4.2.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
"reference": "ac94e596ffd39c63cfa41f5407b765b07df97483"
"reference": "810adddcf4e2538b0d1ed470c3a5220ffe761370"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/ac94e596ffd39c63cfa41f5407b765b07df97483",
"reference": "ac94e596ffd39c63cfa41f5407b765b07df97483",
"url": "https://api.github.com/repos/laravel/ui/zipball/810adddcf4e2538b0d1ed470c3a5220ffe761370",
"reference": "810adddcf4e2538b0d1ed470c3a5220ffe761370",
"shasum": ""
},
"require": {
"illuminate/console": "^9.21",
"illuminate/filesystem": "^9.21",
"illuminate/support": "^9.21",
"illuminate/validation": "^9.21",
"illuminate/console": "^9.21|^10.0",
"illuminate/filesystem": "^9.21|^10.0",
"illuminate/support": "^9.21|^10.0",
"illuminate/validation": "^9.21|^10.0",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^7.0"
"orchestra/testbench": "^7.0|^8.0"
},
"type": "library",
"extra": {
@ -2360,9 +2361,9 @@
"ui"
],
"support": {
"source": "https://github.com/laravel/ui/tree/v4.1.1"
"source": "https://github.com/laravel/ui/tree/v4.2.0"
},
"time": "2022-12-05T15:09:21+00:00"
"time": "2023-01-10T12:13:29+00:00"
},
{
"name": "laravelcollective/html",
@ -6320,16 +6321,16 @@
},
{
"name": "symfony/http-client-contracts",
"version": "v3.1.1",
"version": "v3.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "fd038f08c623ab5d22b26e9ba35afe8c79071800"
"reference": "c5f587eb445224ddfeb05b5ee703476742d730bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/fd038f08c623ab5d22b26e9ba35afe8c79071800",
"reference": "fd038f08c623ab5d22b26e9ba35afe8c79071800",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/c5f587eb445224ddfeb05b5ee703476742d730bf",
"reference": "c5f587eb445224ddfeb05b5ee703476742d730bf",
"shasum": ""
},
"require": {
@ -6341,7 +6342,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.1-dev"
"dev-main": "3.3-dev"
},
"thanks": {
"name": "symfony/contracts",
@ -6381,7 +6382,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v3.1.1"
"source": "https://github.com/symfony/http-client-contracts/tree/v3.2.0"
},
"funding": [
{
@ -6397,7 +6398,7 @@
"type": "tidelift"
}
],
"time": "2022-04-22T07:30:54+00:00"
"time": "2022-11-25T10:21:52+00:00"
},
{
"name": "symfony/http-foundation",
@ -9242,16 +9243,16 @@
},
{
"name": "nunomaduro/larastan",
"version": "2.3.4",
"version": "2.3.5",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/larastan.git",
"reference": "32ad25904dc8fbfdae4d4e431a27ba3bad2979cc"
"reference": "e118a53a41dddd20948292a7b5e1aad20874eb5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/32ad25904dc8fbfdae4d4e431a27ba3bad2979cc",
"reference": "32ad25904dc8fbfdae4d4e431a27ba3bad2979cc",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/e118a53a41dddd20948292a7b5e1aad20874eb5c",
"reference": "e118a53a41dddd20948292a7b5e1aad20874eb5c",
"shasum": ""
},
"require": {
@ -9263,10 +9264,9 @@
"illuminate/http": "^9",
"illuminate/pipeline": "^9",
"illuminate/support": "^9",
"mockery/mockery": "^1.4.4",
"php": "^8.0.2",
"phpmyadmin/sql-parser": "^5.5",
"phpstan/phpstan": "^1.9.4"
"phpmyadmin/sql-parser": "^5.6",
"phpstan/phpstan": "^1.9.8"
},
"require-dev": {
"nikic/php-parser": "^4.13.2",
@ -9315,7 +9315,7 @@
],
"support": {
"issues": "https://github.com/nunomaduro/larastan/issues",
"source": "https://github.com/nunomaduro/larastan/tree/2.3.4"
"source": "https://github.com/nunomaduro/larastan/tree/2.3.5"
},
"funding": [
{
@ -9335,7 +9335,7 @@
"type": "patreon"
}
],
"time": "2023-01-02T12:13:26+00:00"
"time": "2023-01-10T10:42:37+00:00"
},
{
"name": "phar-io/manifest",