Merge pull request #1406 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.36.2

build(deps-dev): Bump spatie/laravel-ray from 1.35.1 to 1.36.2
This commit is contained in:
Jonny Barnes 2024-06-08 19:58:58 +01:00 committed by GitHub
commit 42f69bd168
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

99
composer.lock generated
View file

@ -5255,16 +5255,16 @@
}, },
{ {
"name": "spatie/backtrace", "name": "spatie/backtrace",
"version": "1.5.3", "version": "1.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/backtrace.git", "url": "https://github.com/spatie/backtrace.git",
"reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab" "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab", "url": "https://api.github.com/repos/spatie/backtrace/zipball/8373b9d51638292e3bfd736a9c19a654111b4a23",
"reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab", "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5272,6 +5272,7 @@
}, },
"require-dev": { "require-dev": {
"ext-json": "*", "ext-json": "*",
"laravel/serializable-closure": "^1.3",
"phpunit/phpunit": "^9.3", "phpunit/phpunit": "^9.3",
"spatie/phpunit-snapshot-assertions": "^4.2", "spatie/phpunit-snapshot-assertions": "^4.2",
"symfony/var-dumper": "^5.1" "symfony/var-dumper": "^5.1"
@ -5301,7 +5302,7 @@
"spatie" "spatie"
], ],
"support": { "support": {
"source": "https://github.com/spatie/backtrace/tree/1.5.3" "source": "https://github.com/spatie/backtrace/tree/1.6.1"
}, },
"funding": [ "funding": [
{ {
@ -5313,7 +5314,7 @@
"type": "other" "type": "other"
} }
], ],
"time": "2023-06-28T12:59:17+00:00" "time": "2024-04-24T13:22:11+00:00"
}, },
{ {
"name": "spatie/commonmark-highlighter", "name": "spatie/commonmark-highlighter",
@ -11080,16 +11081,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.63", "version": "1.11.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "ad12836d9ca227301f5fb9960979574ed8628339" "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ad12836d9ca227301f5fb9960979574ed8628339", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9100a76ce8015b9aa7125b9171ae3a76887b6c82",
"reference": "ad12836d9ca227301f5fb9960979574ed8628339", "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11132,13 +11133,9 @@
{ {
"url": "https://github.com/phpstan", "url": "https://github.com/phpstan",
"type": "github" "type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
} }
], ],
"time": "2024-03-18T16:53:53+00:00" "time": "2024-06-06T12:19:22+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -11689,21 +11686,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "1.0.3", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "c59507a9090b465d65e1aceed91e5b81986e375b" "reference": "556509e2dcf527369892b7d411379c4a02f31859"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/c59507a9090b465d65e1aceed91e5b81986e375b", "url": "https://api.github.com/repos/rectorphp/rector/zipball/556509e2dcf527369892b7d411379c4a02f31859",
"reference": "c59507a9090b465d65e1aceed91e5b81986e375b", "reference": "556509e2dcf527369892b7d411379c4a02f31859",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.57" "phpstan/phpstan": "^1.11"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@ -11711,6 +11708,9 @@
"rector/rector-phpunit": "*", "rector/rector-phpunit": "*",
"rector/rector-symfony": "*" "rector/rector-symfony": "*"
}, },
"suggest": {
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
},
"bin": [ "bin": [
"bin/rector" "bin/rector"
], ],
@ -11733,7 +11733,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.0.3" "source": "https://github.com/rectorphp/rector/tree/1.1.0"
}, },
"funding": [ "funding": [
{ {
@ -11741,7 +11741,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-03-14T15:04:18+00:00" "time": "2024-05-18T09:40:27+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
@ -12729,16 +12729,16 @@
}, },
{ {
"name": "spatie/laravel-ray", "name": "spatie/laravel-ray",
"version": "1.35.1", "version": "1.36.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-ray.git", "url": "https://github.com/spatie/laravel-ray.git",
"reference": "f504d3787d88c7e5de7a4290658f7ad9b1352f22" "reference": "1852faa96e5aa6778ea3401ec3176eee77268718"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-ray/zipball/f504d3787d88c7e5de7a4290658f7ad9b1352f22", "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/1852faa96e5aa6778ea3401ec3176eee77268718",
"reference": "f504d3787d88c7e5de7a4290658f7ad9b1352f22", "reference": "1852faa96e5aa6778ea3401ec3176eee77268718",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12767,7 +12767,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.29.x-dev" "dev-main": "1.x-dev"
}, },
"laravel": { "laravel": {
"providers": [ "providers": [
@ -12800,7 +12800,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/laravel-ray/issues", "issues": "https://github.com/spatie/laravel-ray/issues",
"source": "https://github.com/spatie/laravel-ray/tree/1.35.1" "source": "https://github.com/spatie/laravel-ray/tree/1.36.2"
}, },
"funding": [ "funding": [
{ {
@ -12812,7 +12812,7 @@
"type": "other" "type": "other"
} }
], ],
"time": "2024-02-13T14:19:41+00:00" "time": "2024-05-02T08:26:02+00:00"
}, },
{ {
"name": "spatie/macroable", "name": "spatie/macroable",
@ -12866,16 +12866,16 @@
}, },
{ {
"name": "spatie/ray", "name": "spatie/ray",
"version": "1.41.1", "version": "1.41.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/ray.git", "url": "https://github.com/spatie/ray.git",
"reference": "051a0facb1d2462fafef87ff77eb74d6f2d12944" "reference": "c44f8cfbf82c69909b505de61d8d3f2d324e93fc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/ray/zipball/051a0facb1d2462fafef87ff77eb74d6f2d12944", "url": "https://api.github.com/repos/spatie/ray/zipball/c44f8cfbf82c69909b505de61d8d3f2d324e93fc",
"reference": "051a0facb1d2462fafef87ff77eb74d6f2d12944", "reference": "c44f8cfbf82c69909b505de61d8d3f2d324e93fc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12886,7 +12886,7 @@
"spatie/backtrace": "^1.1", "spatie/backtrace": "^1.1",
"spatie/macroable": "^1.0|^2.0", "spatie/macroable": "^1.0|^2.0",
"symfony/stopwatch": "^4.0|^5.1|^6.0|^7.0", "symfony/stopwatch": "^4.0|^5.1|^6.0|^7.0",
"symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0" "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0.3"
}, },
"require-dev": { "require-dev": {
"illuminate/support": "6.x|^8.18|^9.0", "illuminate/support": "6.x|^8.18|^9.0",
@ -12902,6 +12902,11 @@
"bin/remove-ray.sh" "bin/remove-ray.sh"
], ],
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": { "autoload": {
"files": [ "files": [
"src/helpers.php" "src/helpers.php"
@ -12930,7 +12935,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/ray/issues", "issues": "https://github.com/spatie/ray/issues",
"source": "https://github.com/spatie/ray/tree/1.41.1" "source": "https://github.com/spatie/ray/tree/1.41.2"
}, },
"funding": [ "funding": [
{ {
@ -12942,7 +12947,7 @@
"type": "other" "type": "other"
} }
], ],
"time": "2024-01-25T10:15:50+00:00" "time": "2024-04-24T14:21:46+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
@ -13092,16 +13097,16 @@
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v7.0.3", "version": "v7.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",
"reference": "983900d6fddf2b0cbaacacbbad07610854bd8112" "reference": "5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/983900d6fddf2b0cbaacacbbad07610854bd8112", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d",
"reference": "983900d6fddf2b0cbaacacbbad07610854bd8112", "reference": "5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -13134,7 +13139,7 @@
"description": "Provides a way to profile code", "description": "Provides a way to profile code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/stopwatch/tree/v7.0.3" "source": "https://github.com/symfony/stopwatch/tree/v7.1.1"
}, },
"funding": [ "funding": [
{ {
@ -13150,7 +13155,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-05-31T14:57:53+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
@ -13385,16 +13390,16 @@
}, },
{ {
"name": "zbateson/mail-mime-parser", "name": "zbateson/mail-mime-parser",
"version": "2.4.0", "version": "2.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zbateson/mail-mime-parser.git", "url": "https://github.com/zbateson/mail-mime-parser.git",
"reference": "20b3e48eb799537683780bc8782fbbe9bc25934a" "reference": "ff49e02f6489b38f7cc3d1bd3971adc0f872569c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/20b3e48eb799537683780bc8782fbbe9bc25934a", "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/ff49e02f6489b38f7cc3d1bd3971adc0f872569c",
"reference": "20b3e48eb799537683780bc8782fbbe9bc25934a", "reference": "ff49e02f6489b38f7cc3d1bd3971adc0f872569c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -13456,7 +13461,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-02-14T22:58:03+00:00" "time": "2024-04-28T00:58:54+00:00"
}, },
{ {
"name": "zbateson/mb-wrapper", "name": "zbateson/mb-wrapper",