Merge branch 'develop' into adminlte4

This commit is contained in:
James Cole 2023-08-07 19:05:41 +02:00
commit 9bb62c865a
2 changed files with 140 additions and 87 deletions

View File

@ -94,7 +94,7 @@
"laravel/slack-notification-channel": "^3", "laravel/slack-notification-channel": "^3",
"laravel/ui": "^4.2", "laravel/ui": "^4.2",
"league/commonmark": "2.*", "league/commonmark": "2.*",
"league/csv": "^9.7", "league/csv": "^9.10",
"league/fractal": "0.*", "league/fractal": "0.*",
"nunomaduro/collision": "^7.7", "nunomaduro/collision": "^7.7",
"pragmarx/google2fa": "^8.0", "pragmarx/google2fa": "^8.0",

225
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": "255f4337e4c24c6f966eff7d9c704d1d", "content-hash": "8c97249c2a4e91bce05b1c2caab82909",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -1942,16 +1942,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v10.16.1", "version": "v10.17.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "5c93d2795c393b462481179ce42dedfb30cc19b5" "reference": "a82d96fd94069e346eb8037d178e6ccc4daaf3f9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/5c93d2795c393b462481179ce42dedfb30cc19b5", "url": "https://api.github.com/repos/laravel/framework/zipball/a82d96fd94069e346eb8037d178e6ccc4daaf3f9",
"reference": "5c93d2795c393b462481179ce42dedfb30cc19b5", "reference": "a82d96fd94069e346eb8037d178e6ccc4daaf3f9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1969,11 +1969,12 @@
"ext-tokenizer": "*", "ext-tokenizer": "*",
"fruitcake/php-cors": "^1.2", "fruitcake/php-cors": "^1.2",
"guzzlehttp/uri-template": "^1.0", "guzzlehttp/uri-template": "^1.0",
"laravel/prompts": "^0.1",
"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",
"monolog/monolog": "^3.0", "monolog/monolog": "^3.0",
"nesbot/carbon": "^2.62.1", "nesbot/carbon": "^2.67",
"nunomaduro/termwind": "^1.13", "nunomaduro/termwind": "^1.13",
"php": "^8.1", "php": "^8.1",
"psr/container": "^1.1.1|^2.0.1", "psr/container": "^1.1.1|^2.0.1",
@ -2052,7 +2053,6 @@
"mockery/mockery": "^1.5.1", "mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^8.4", "orchestra/testbench-core": "^8.4",
"pda/pheanstalk": "^4.0", "pda/pheanstalk": "^4.0",
"phpstan/phpdoc-parser": "^1.15",
"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",
@ -2138,7 +2138,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": "2023-07-26T03:30:46+00:00" "time": "2023-08-02T14:59:58+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",
@ -2218,6 +2218,54 @@
}, },
"time": "2023-07-07T06:37:11+00:00" "time": "2023-07-07T06:37:11+00:00"
}, },
{
"name": "laravel/prompts",
"version": "v0.1.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
"reference": "562c26eb82c85789ef36291112cc27d730d3fed6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/562c26eb82c85789ef36291112cc27d730d3fed6",
"reference": "562c26eb82c85789ef36291112cc27d730d3fed6",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"illuminate/collections": "^10.0|^11.0",
"php": "^8.1",
"symfony/console": "^6.2"
},
"require-dev": {
"mockery/mockery": "^1.5",
"pestphp/pest": "^2.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-mockery": "^1.1"
},
"suggest": {
"ext-pcntl": "Required for the spinner to be animated."
},
"type": "library",
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Laravel\\Prompts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"support": {
"issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.1.3"
},
"time": "2023-08-02T19:57:10+00:00"
},
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
"version": "v3.2.5", "version": "v3.2.5",
@ -2800,16 +2848,16 @@
}, },
{ {
"name": "league/csv", "name": "league/csv",
"version": "9.9.0", "version": "9.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/csv.git", "url": "https://github.com/thephpleague/csv.git",
"reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b" "reference": "d24b0d484812313b07ab74b0fe4db9661606df6c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/b4418ede47fbd88facc34e40a16c8ce9153b961b", "url": "https://api.github.com/repos/thephpleague/csv/zipball/d24b0d484812313b07ab74b0fe4db9661606df6c",
"reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b", "reference": "d24b0d484812313b07ab74b0fe4db9661606df6c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2818,16 +2866,17 @@
"php": "^8.1.2" "php": "^8.1.2"
}, },
"require-dev": { "require-dev": {
"doctrine/collections": "^2.1.2", "doctrine/collections": "^2.1.3",
"ext-dom": "*", "ext-dom": "*",
"ext-xdebug": "*", "ext-xdebug": "*",
"friendsofphp/php-cs-fixer": "^v3.14.3", "friendsofphp/php-cs-fixer": "^v3.22.0",
"phpbench/phpbench": "^1.2.8", "phpbench/phpbench": "^1.2.14",
"phpstan/phpstan": "^1.10.4", "phpstan/phpstan": "^1.10.26",
"phpstan/phpstan-deprecation-rules": "^1.1.2", "phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.10", "phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.0", "phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.0.14" "phpunit/phpunit": "^10.3.1",
"symfony/var-dumper": "^6.3.3"
}, },
"suggest": { "suggest": {
"ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
@ -2883,7 +2932,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-03-11T15:57:12+00:00" "time": "2023-08-04T15:12:48+00:00"
}, },
{ {
"name": "league/event", "name": "league/event",
@ -3159,26 +3208,26 @@
}, },
{ {
"name": "league/mime-type-detection", "name": "league/mime-type-detection",
"version": "1.11.0", "version": "1.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git", "url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd" "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/a6dfb1194a2946fcdc1f38219445234f65b35c96",
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd", "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-fileinfo": "*", "ext-fileinfo": "*",
"php": "^7.2 || ^8.0" "php": "^7.4 || ^8.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.2", "friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "^0.12.68", "phpstan/phpstan": "^0.12.68",
"phpunit/phpunit": "^8.5.8 || ^9.3" "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -3199,7 +3248,7 @@
"description": "Mime-type detection for Flysystem", "description": "Mime-type detection for Flysystem",
"support": { "support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues", "issues": "https://github.com/thephpleague/mime-type-detection/issues",
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0" "source": "https://github.com/thephpleague/mime-type-detection/tree/1.13.0"
}, },
"funding": [ "funding": [
{ {
@ -3211,7 +3260,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-17T13:12:02+00:00" "time": "2023-08-05T12:09:49+00:00"
}, },
{ {
"name": "league/oauth2-server", "name": "league/oauth2-server",
@ -6337,16 +6386,16 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v6.3.2", "version": "v6.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "78ce4c29757d657d2b41a91c328923b9a0d6b43d" "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/78ce4c29757d657d2b41a91c328923b9a0d6b43d", "url": "https://api.github.com/repos/symfony/finder/zipball/9915db259f67d21eefee768c1abcf1cc61b1fc9e",
"reference": "78ce4c29757d657d2b41a91c328923b9a0d6b43d", "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6381,7 +6430,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v6.3.2" "source": "https://github.com/symfony/finder/tree/v6.3.3"
}, },
"funding": [ "funding": [
{ {
@ -6397,7 +6446,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-07-13T14:29:38+00:00" "time": "2023-07-31T08:31:44+00:00"
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
@ -6648,16 +6697,16 @@
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v6.3.2", "version": "v6.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "51daa1e14a4b5cc7260c47d5a10a11ab32c88b63" "reference": "d3b567f0addf695e10b0c6d57564a9bea2e058ee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/51daa1e14a4b5cc7260c47d5a10a11ab32c88b63", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d3b567f0addf695e10b0c6d57564a9bea2e058ee",
"reference": "51daa1e14a4b5cc7260c47d5a10a11ab32c88b63", "reference": "d3b567f0addf695e10b0c6d57564a9bea2e058ee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6741,7 +6790,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v6.3.2" "source": "https://github.com/symfony/http-kernel/tree/v6.3.3"
}, },
"funding": [ "funding": [
{ {
@ -6757,7 +6806,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-07-30T09:04:05+00:00" "time": "2023-07-31T10:33:00+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
@ -6910,20 +6959,21 @@
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v6.3.2", "version": "v6.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "fa1b1c1bbd5dcc0b1a8c88f45bb757f5e11ffa52" "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/fa1b1c1bbd5dcc0b1a8c88f45bb757f5e11ffa52", "url": "https://api.github.com/repos/symfony/mime/zipball/9a0cbd52baa5ba5a5b1f0cacc59466f194730f98",
"reference": "fa1b1c1bbd5dcc0b1a8c88f45bb757f5e11ffa52", "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0" "symfony/polyfill-mbstring": "^1.0"
}, },
@ -6973,7 +7023,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v6.3.2" "source": "https://github.com/symfony/mime/tree/v6.3.3"
}, },
"funding": [ "funding": [
{ {
@ -6989,7 +7039,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-07-27T06:30:42+00:00" "time": "2023-07-31T07:08:24+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -7878,20 +7928,21 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v6.3.2", "version": "v6.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "9874c77e1746c7be68ae67e79433cbb202648a8d" "reference": "e7243039ab663822ff134fbc46099b5fdfa16f6a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/9874c77e1746c7be68ae67e79433cbb202648a8d", "url": "https://api.github.com/repos/symfony/routing/zipball/e7243039ab663822ff134fbc46099b5fdfa16f6a",
"reference": "9874c77e1746c7be68ae67e79433cbb202648a8d", "reference": "e7243039ab663822ff134fbc46099b5fdfa16f6a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1" "php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3"
}, },
"conflict": { "conflict": {
"doctrine/annotations": "<1.12", "doctrine/annotations": "<1.12",
@ -7940,7 +7991,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v6.3.2" "source": "https://github.com/symfony/routing/tree/v6.3.3"
}, },
"funding": [ "funding": [
{ {
@ -7956,7 +8007,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-07-24T13:52:02+00:00" "time": "2023-07-31T07:08:24+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@ -8128,20 +8179,21 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v6.3.0", "version": "v6.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "f72b2cba8f79dd9d536f534f76874b58ad37876f" "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/f72b2cba8f79dd9d536f534f76874b58ad37876f", "url": "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
"reference": "f72b2cba8f79dd9d536f534f76874b58ad37876f", "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^2.5|^3.0" "symfony/translation-contracts": "^2.5|^3.0"
}, },
@ -8202,7 +8254,7 @@
"description": "Provides tools to internationalize your application", "description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/translation/tree/v6.3.0" "source": "https://github.com/symfony/translation/tree/v6.3.3"
}, },
"funding": [ "funding": [
{ {
@ -8218,7 +8270,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-05-19T12:46:45+00:00" "time": "2023-07-31T07:08:24+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
@ -8374,20 +8426,21 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v6.3.2", "version": "v6.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "34e5ca671222670ae00749d1f554713021f8ef63" "reference": "77fb4f2927f6991a9843633925d111147449ee7a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/34e5ca671222670ae00749d1f554713021f8ef63", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/77fb4f2927f6991a9843633925d111147449ee7a",
"reference": "34e5ca671222670ae00749d1f554713021f8ef63", "reference": "77fb4f2927f6991a9843633925d111147449ee7a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0" "symfony/polyfill-mbstring": "~1.0"
}, },
"conflict": { "conflict": {
@ -8437,7 +8490,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v6.3.2" "source": "https://github.com/symfony/var-dumper/tree/v6.3.3"
}, },
"funding": [ "funding": [
{ {
@ -8453,7 +8506,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-07-21T07:05:52+00:00" "time": "2023-07-31T07:08:24+00:00"
}, },
{ {
"name": "therobfonz/laravel-mandrill-driver", "name": "therobfonz/laravel-mandrill-driver",
@ -9341,31 +9394,31 @@
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "1.6.4", "version": "1.6.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "d1413755e26fe56a63455f7753221c86cbb88f66" "reference": "68782e943f9ffcbc72bda08aedabe73fecb50041"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/d1413755e26fe56a63455f7753221c86cbb88f66", "url": "https://api.github.com/repos/mockery/mockery/zipball/68782e943f9ffcbc72bda08aedabe73fecb50041",
"reference": "d1413755e26fe56a63455f7753221c86cbb88f66", "reference": "68782e943f9ffcbc72bda08aedabe73fecb50041",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"hamcrest/hamcrest-php": "^2.0.1", "hamcrest/hamcrest-php": "^2.0.1",
"lib-pcre": ">=7.0", "lib-pcre": ">=7.0",
"php": ">=7.4,<8.3" "php": ">=7.3"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": "<8.0" "phpunit/phpunit": "<8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.5 || ^9.3", "phpunit/phpunit": "^8.5 || ^9.6.10",
"psalm/plugin-phpunit": "^0.18.4", "psalm/plugin-phpunit": "^0.18.4",
"symplify/easy-coding-standard": "^11.5.0", "symplify/easy-coding-standard": "^11.5.0",
"vimeo/psalm": "^5.13.1" "vimeo/psalm": "^4.30"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -9422,7 +9475,7 @@
"security": "https://github.com/mockery/mockery/security/advisories", "security": "https://github.com/mockery/mockery/security/advisories",
"source": "https://github.com/mockery/mockery" "source": "https://github.com/mockery/mockery"
}, },
"time": "2023-07-19T15:51:02+00:00" "time": "2023-08-06T00:30:34+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
@ -9993,16 +10046,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.26", "version": "1.10.27",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "5d660cbb7e1b89253a47147ae44044f49832351f" "reference": "a9f44dcea06f59d1363b100bb29f297b311fa640"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/5d660cbb7e1b89253a47147ae44044f49832351f", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a9f44dcea06f59d1363b100bb29f297b311fa640",
"reference": "5d660cbb7e1b89253a47147ae44044f49832351f", "reference": "a9f44dcea06f59d1363b100bb29f297b311fa640",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10051,25 +10104,25 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-07-19T12:44:37+00:00" "time": "2023-08-05T09:57:55+00:00"
}, },
{ {
"name": "phpstan/phpstan-deprecation-rules", "name": "phpstan/phpstan-deprecation-rules",
"version": "1.1.3", "version": "1.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-deprecation-rules.git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
"reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319" "reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/a22b36b955a2e9a3d39fe533b6c1bb5359f9c319", "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa",
"reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319", "reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2 || ^8.0", "php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10" "phpstan/phpstan": "^1.10.3"
}, },
"require-dev": { "require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2", "php-parallel-lint/php-parallel-lint": "^1.2",
@ -10097,9 +10150,9 @@
"description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
"source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.3" "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.4"
}, },
"time": "2023-03-17T07:50:08+00:00" "time": "2023-08-05T09:02:04+00:00"
}, },
{ {
"name": "phpstan/phpstan-strict-rules", "name": "phpstan/phpstan-strict-rules",