Merge pull request #1266 from jonnybarnes/dependabot/composer/barryvdh/laravel-ide-helper-2.14.0

build(deps-dev): Bump barryvdh/laravel-ide-helper from 2.13.0 to 2.14.0
This commit is contained in:
Jonny Barnes 2024-02-07 10:54:44 +00:00 committed by GitHub
commit 05ddf27b8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

40
composer.lock generated
View file

@ -8605,16 +8605,16 @@
},
{
"name": "barryvdh/laravel-ide-helper",
"version": "v2.13.0",
"version": "v2.14.0",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
"reference": "81d5b223ff067a1f38e14c100997e153b837fe4a"
"reference": "485c756f6cff408d6b273274c5e86112c3973d98"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/81d5b223ff067a1f38e14c100997e153b837fe4a",
"reference": "81d5b223ff067a1f38e14c100997e153b837fe4a",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/485c756f6cff408d6b273274c5e86112c3973d98",
"reference": "485c756f6cff408d6b273274c5e86112c3973d98",
"shasum": ""
},
"require": {
@ -8625,7 +8625,7 @@
"illuminate/console": "^8 || ^9 || ^10",
"illuminate/filesystem": "^8 || ^9 || ^10",
"illuminate/support": "^8 || ^9 || ^10",
"nikic/php-parser": "^4.7",
"nikic/php-parser": "^4.18 || ^5",
"php": "^7.3 || ^8.0",
"phpdocumentor/type-resolver": "^1.1.0"
},
@ -8638,7 +8638,7 @@
"orchestra/testbench": "^6 || ^7 || ^8",
"phpunit/phpunit": "^8.5 || ^9",
"spatie/phpunit-snapshot-assertions": "^3 || ^4",
"vimeo/psalm": "^3.12"
"vimeo/psalm": "^5.4"
},
"suggest": {
"illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10)."
@ -8646,7 +8646,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.12-dev"
"dev-master": "2.14-dev"
},
"laravel": {
"providers": [
@ -8683,7 +8683,7 @@
],
"support": {
"issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.13.0"
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.14.0"
},
"funding": [
{
@ -8695,7 +8695,7 @@
"type": "github"
}
],
"time": "2023-02-04T13:56:40+00:00"
"time": "2024-02-05T08:16:36+00:00"
},
{
"name": "barryvdh/reflection-docblock",
@ -9237,16 +9237,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.7.2",
"version": "3.8.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "0ac3c270590e54910715e9a1a044cc368df282b2"
"reference": "c9ea252cdce4da324ede3d6c5913dd89f769afd2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/0ac3c270590e54910715e9a1a044cc368df282b2",
"reference": "0ac3c270590e54910715e9a1a044cc368df282b2",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c9ea252cdce4da324ede3d6c5913dd89f769afd2",
"reference": "c9ea252cdce4da324ede3d6c5913dd89f769afd2",
"shasum": ""
},
"require": {
@ -9262,14 +9262,14 @@
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.10.42",
"phpstan/phpstan": "1.10.57",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.13",
"phpunit/phpunit": "9.6.16",
"psalm/plugin-phpunit": "0.18.4",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
"squizlabs/php_codesniffer": "3.8.1",
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/console": "^4.4|^5.4|^6.0|^7.0",
"vimeo/psalm": "4.30.0"
},
"suggest": {
@ -9330,7 +9330,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.7.2"
"source": "https://github.com/doctrine/dbal/tree/3.8.1"
},
"funding": [
{
@ -9346,7 +9346,7 @@
"type": "tidelift"
}
],
"time": "2023-11-19T08:06:58+00:00"
"time": "2024-02-03T17:33:49+00:00"
},
{
"name": "doctrine/deprecations",