Bump spatie/laravel-ray from 1.29.7 to 1.30.0
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.29.7 to 1.30.0. - [Release notes](https://github.com/spatie/laravel-ray/releases) - [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/laravel-ray/compare/1.29.7...1.30.0) --- updated-dependencies: - dependency-name: spatie/laravel-ray dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
baa3f2d046
commit
22ae57e716
1 changed files with 122 additions and 118 deletions
240
composer.lock
generated
240
composer.lock
generated
|
@ -950,24 +950,24 @@
|
|||
},
|
||||
{
|
||||
"name": "graham-campbell/result-type",
|
||||
"version": "v1.0.4",
|
||||
"version": "v1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/GrahamCampbell/Result-Type.git",
|
||||
"reference": "0690bde05318336c7221785f2a932467f98b64ca"
|
||||
"reference": "a878d45c1914464426dc94da61c9e1d36ae262a8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca",
|
||||
"reference": "0690bde05318336c7221785f2a932467f98b64ca",
|
||||
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8",
|
||||
"reference": "a878d45c1914464426dc94da61c9e1d36ae262a8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.0 || ^8.0",
|
||||
"phpoption/phpoption": "^1.8"
|
||||
"php": "^7.2.5 || ^8.0",
|
||||
"phpoption/phpoption": "^1.9"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
|
||||
"phpunit/phpunit": "^8.5.28 || ^9.5.21"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -996,7 +996,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
|
||||
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4"
|
||||
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -1008,7 +1008,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-11-21T21:41:47+00:00"
|
||||
"time": "2022-07-30T15:56:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
|
@ -2254,16 +2254,16 @@
|
|||
},
|
||||
{
|
||||
"name": "league/commonmark",
|
||||
"version": "2.3.4",
|
||||
"version": "2.3.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/commonmark.git",
|
||||
"reference": "155ec1c95626b16fda0889cf15904d24890a60d5"
|
||||
"reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/155ec1c95626b16fda0889cf15904d24890a60d5",
|
||||
"reference": "155ec1c95626b16fda0889cf15904d24890a60d5",
|
||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/84d74485fdb7074f4f9dd6f02ab957b1de513257",
|
||||
"reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2285,13 +2285,13 @@
|
|||
"github/gfm": "0.29.0",
|
||||
"michelf/php-markdown": "^1.4",
|
||||
"nyholm/psr7": "^1.5",
|
||||
"phpstan/phpstan": "^0.12.88 || ^1.0.0",
|
||||
"phpunit/phpunit": "^9.5.5",
|
||||
"phpstan/phpstan": "^1.8.2",
|
||||
"phpunit/phpunit": "^9.5.21",
|
||||
"scrutinizer/ocular": "^1.8.1",
|
||||
"symfony/finder": "^5.3",
|
||||
"symfony/finder": "^5.3 | ^6.0",
|
||||
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
|
||||
"unleashedtech/php-coding-standard": "^3.1",
|
||||
"vimeo/psalm": "^4.7.3"
|
||||
"unleashedtech/php-coding-standard": "^3.1.1",
|
||||
"vimeo/psalm": "^4.24.0"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/yaml": "v2.3+ required if using the Front Matter extension"
|
||||
|
@ -2356,7 +2356,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-07-17T16:25:47+00:00"
|
||||
"time": "2022-07-29T10:59:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/config",
|
||||
|
@ -3186,16 +3186,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nesbot/carbon",
|
||||
"version": "2.59.1",
|
||||
"version": "2.60.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||||
"reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5"
|
||||
"reference": "00a259ae02b003c563158b54fb6743252b638ea6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
|
||||
"reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/00a259ae02b003c563158b54fb6743252b638ea6",
|
||||
"reference": "00a259ae02b003c563158b54fb6743252b638ea6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3284,7 +3284,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-29T21:43:55+00:00"
|
||||
"time": "2022-07-27T15:57:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nette/schema",
|
||||
|
@ -3619,29 +3619,33 @@
|
|||
},
|
||||
{
|
||||
"name": "phpoption/phpoption",
|
||||
"version": "1.8.1",
|
||||
"version": "1.9.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/schmittjoh/php-option.git",
|
||||
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
|
||||
"reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
|
||||
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
|
||||
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
|
||||
"reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.0 || ^8.0"
|
||||
"php": "^7.2.5 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"bamarni/composer-bin-plugin": "^1.4.1",
|
||||
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
|
||||
"bamarni/composer-bin-plugin": "^1.8",
|
||||
"phpunit/phpunit": "^8.5.28 || ^9.5.21"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"bamarni-bin": {
|
||||
"bin-links": true,
|
||||
"forward-command": true
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "1.8-dev"
|
||||
"dev-master": "1.9-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -3674,7 +3678,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/schmittjoh/php-option/issues",
|
||||
"source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
|
||||
"source": "https://github.com/schmittjoh/php-option/tree/1.9.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -3686,7 +3690,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-12-04T23:24:31+00:00"
|
||||
"time": "2022-07-30T15:51:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/container",
|
||||
|
@ -4777,16 +4781,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v6.1.2",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7"
|
||||
"reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/7a86c1c42fbcb69b59768504c7bca1d3767760b7",
|
||||
"reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/43fcb5c5966b43c56bcfa481368d90d748936ab8",
|
||||
"reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4853,7 +4857,7 @@
|
|||
"terminal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/console/tree/v6.1.2"
|
||||
"source": "https://github.com/symfony/console/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -4869,20 +4873,20 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-26T13:01:30+00:00"
|
||||
"time": "2022-07-22T14:17:57+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
"version": "v6.1.0",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/css-selector.git",
|
||||
"reference": "05c40f02f621609404b8820ff8bc39acb46e19cf"
|
||||
"reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/05c40f02f621609404b8820ff8bc39acb46e19cf",
|
||||
"reference": "05c40f02f621609404b8820ff8bc39acb46e19cf",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/0dd5e36b80e1de97f8f74ed7023ac2b837a36443",
|
||||
"reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4918,7 +4922,7 @@
|
|||
"description": "Converts CSS selectors to XPath expressions",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/css-selector/tree/v6.1.0"
|
||||
"source": "https://github.com/symfony/css-selector/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -4934,7 +4938,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-02-25T11:15:52+00:00"
|
||||
"time": "2022-06-27T17:24:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
|
@ -5005,16 +5009,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/error-handler",
|
||||
"version": "v6.1.0",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/error-handler.git",
|
||||
"reference": "d02c662651e5de760bb7d5e94437113309e8f8a0"
|
||||
"reference": "736e42db3fd586d91820355988698e434e1d8419"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/d02c662651e5de760bb7d5e94437113309e8f8a0",
|
||||
"reference": "d02c662651e5de760bb7d5e94437113309e8f8a0",
|
||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/736e42db3fd586d91820355988698e434e1d8419",
|
||||
"reference": "736e42db3fd586d91820355988698e434e1d8419",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5056,7 +5060,7 @@
|
|||
"description": "Provides tools to manage errors and ease debugging PHP code",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/error-handler/tree/v6.1.0"
|
||||
"source": "https://github.com/symfony/error-handler/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5072,7 +5076,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-05-23T10:32:57+00:00"
|
||||
"time": "2022-07-29T07:42:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
|
@ -5238,16 +5242,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v6.1.0",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
"reference": "45b8beb69d6eb3b05a65689ebfd4222326773f8f"
|
||||
"reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/45b8beb69d6eb3b05a65689ebfd4222326773f8f",
|
||||
"reference": "45b8beb69d6eb3b05a65689ebfd4222326773f8f",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709",
|
||||
"reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5282,7 +5286,7 @@
|
|||
"description": "Finds files and directories via an intuitive fluent interface",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/finder/tree/v6.1.0"
|
||||
"source": "https://github.com/symfony/finder/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5298,7 +5302,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-04-15T08:08:08+00:00"
|
||||
"time": "2022-07-29T07:42:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/html-sanitizer",
|
||||
|
@ -5371,16 +5375,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v6.1.2",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "86119d294e51afe4d8e07da96b63332bd1f3f52c"
|
||||
"reference": "b03712c93759a81fc243ecc18ec4637958afebdb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/86119d294e51afe4d8e07da96b63332bd1f3f52c",
|
||||
"reference": "86119d294e51afe4d8e07da96b63332bd1f3f52c",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/b03712c93759a81fc243ecc18ec4637958afebdb",
|
||||
"reference": "b03712c93759a81fc243ecc18ec4637958afebdb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5423,7 +5427,7 @@
|
|||
"description": "Defines an object-oriented layer for the HTTP specification",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.1.2"
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5439,20 +5443,20 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-19T13:21:48+00:00"
|
||||
"time": "2022-07-27T15:50:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v6.1.2",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "8aaede489900dda61aee208557f63bfa1bca0877"
|
||||
"reference": "0692bc185a1dbb54864686a1fc6785667279da70"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/8aaede489900dda61aee208557f63bfa1bca0877",
|
||||
"reference": "8aaede489900dda61aee208557f63bfa1bca0877",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/0692bc185a1dbb54864686a1fc6785667279da70",
|
||||
"reference": "0692bc185a1dbb54864686a1fc6785667279da70",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5533,7 +5537,7 @@
|
|||
"description": "Provides a structured process for converting a Request into a Response",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.1.2"
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5549,20 +5553,20 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-26T17:06:14+00:00"
|
||||
"time": "2022-07-29T12:59:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/mailer",
|
||||
"version": "v6.1.2",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/mailer.git",
|
||||
"reference": "8fa150355115ea09238858ae3cfaf249fd1fd5ed"
|
||||
"reference": "b2db228a93278863d1567f90d7caf26922dbfede"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/mailer/zipball/8fa150355115ea09238858ae3cfaf249fd1fd5ed",
|
||||
"reference": "8fa150355115ea09238858ae3cfaf249fd1fd5ed",
|
||||
"url": "https://api.github.com/repos/symfony/mailer/zipball/b2db228a93278863d1567f90d7caf26922dbfede",
|
||||
"reference": "b2db228a93278863d1567f90d7caf26922dbfede",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5607,7 +5611,7 @@
|
|||
"description": "Helps sending emails",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/mailer/tree/v6.1.2"
|
||||
"source": "https://github.com/symfony/mailer/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5623,20 +5627,20 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-19T13:21:48+00:00"
|
||||
"time": "2022-07-27T15:50:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/mime",
|
||||
"version": "v6.1.1",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/mime.git",
|
||||
"reference": "56508865dd883dce3c863af11b3e8053adab30d7"
|
||||
"reference": "9c0247994fc6584da8591ba64b2bffaace9df87d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/mime/zipball/56508865dd883dce3c863af11b3e8053adab30d7",
|
||||
"reference": "56508865dd883dce3c863af11b3e8053adab30d7",
|
||||
"url": "https://api.github.com/repos/symfony/mime/zipball/9c0247994fc6584da8591ba64b2bffaace9df87d",
|
||||
"reference": "9c0247994fc6584da8591ba64b2bffaace9df87d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5688,7 +5692,7 @@
|
|||
"mime-type"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/mime/tree/v6.1.1"
|
||||
"source": "https://github.com/symfony/mime/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5704,7 +5708,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-09T12:51:38+00:00"
|
||||
"time": "2022-07-20T13:46:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
|
@ -6363,16 +6367,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
"version": "v6.1.0",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/process.git",
|
||||
"reference": "318718453c2be58266f1a9e74063d13cb8dd4165"
|
||||
"reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/318718453c2be58266f1a9e74063d13cb8dd4165",
|
||||
"reference": "318718453c2be58266f1a9e74063d13cb8dd4165",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/a6506e99cfad7059b1ab5cab395854a0a0c21292",
|
||||
"reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -6404,7 +6408,7 @@
|
|||
"description": "Executes commands in sub-processes",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/process/tree/v6.1.0"
|
||||
"source": "https://github.com/symfony/process/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -6420,20 +6424,20 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-05-11T12:12:29+00:00"
|
||||
"time": "2022-06-27T17:24:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
"version": "v6.1.1",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/routing.git",
|
||||
"reference": "8f068b792e515b25e26855ac8dc7fe800399f3e5"
|
||||
"reference": "ef9108b3a88045b7546e808fb404ddb073dd35ea"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/8f068b792e515b25e26855ac8dc7fe800399f3e5",
|
||||
"reference": "8f068b792e515b25e26855ac8dc7fe800399f3e5",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/ef9108b3a88045b7546e808fb404ddb073dd35ea",
|
||||
"reference": "ef9108b3a88045b7546e808fb404ddb073dd35ea",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -6492,7 +6496,7 @@
|
|||
"url"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/routing/tree/v6.1.1"
|
||||
"source": "https://github.com/symfony/routing/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -6508,7 +6512,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-08T12:21:15+00:00"
|
||||
"time": "2022-07-20T15:00:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
|
@ -6597,16 +6601,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/string",
|
||||
"version": "v6.1.2",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/string.git",
|
||||
"reference": "1903f2879875280c5af944625e8246d81c2f0604"
|
||||
"reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/1903f2879875280c5af944625e8246d81c2f0604",
|
||||
"reference": "1903f2879875280c5af944625e8246d81c2f0604",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/f35241f45c30bcd9046af2bb200a7086f70e1d6b",
|
||||
"reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -6662,7 +6666,7 @@
|
|||
"utf8"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/string/tree/v6.1.2"
|
||||
"source": "https://github.com/symfony/string/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -6678,20 +6682,20 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-26T16:35:04+00:00"
|
||||
"time": "2022-07-27T15:50:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation",
|
||||
"version": "v6.1.0",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/translation.git",
|
||||
"reference": "b254416631615bc6fe49b0a67f18658827288147"
|
||||
"reference": "b042e16087d298d08c1f013ff505d16c12a3b1be"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/b254416631615bc6fe49b0a67f18658827288147",
|
||||
"reference": "b254416631615bc6fe49b0a67f18658827288147",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/b042e16087d298d08c1f013ff505d16c12a3b1be",
|
||||
"reference": "b042e16087d298d08c1f013ff505d16c12a3b1be",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -6758,7 +6762,7 @@
|
|||
"description": "Provides tools to internationalize your application",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/translation/tree/v6.1.0"
|
||||
"source": "https://github.com/symfony/translation/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -6774,7 +6778,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-05-11T12:12:29+00:00"
|
||||
"time": "2022-07-20T13:46:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation-contracts",
|
||||
|
@ -6859,16 +6863,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
"version": "v6.1.0",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/var-dumper.git",
|
||||
"reference": "98587d939cb783aa04e828e8fa857edaca24c212"
|
||||
"reference": "d5a5e44a2260c5eb5e746bf4f1fbd12ee6ceb427"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/98587d939cb783aa04e828e8fa857edaca24c212",
|
||||
"reference": "98587d939cb783aa04e828e8fa857edaca24c212",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/d5a5e44a2260c5eb5e746bf4f1fbd12ee6ceb427",
|
||||
"reference": "d5a5e44a2260c5eb5e746bf4f1fbd12ee6ceb427",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -6927,7 +6931,7 @@
|
|||
"dump"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/var-dumper/tree/v6.1.0"
|
||||
"source": "https://github.com/symfony/var-dumper/tree/v6.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -6943,7 +6947,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-05-21T13:34:40+00:00"
|
||||
"time": "2022-07-20T13:46:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "tijsverkoyen/css-to-inline-styles",
|
||||
|
@ -11530,16 +11534,16 @@
|
|||
},
|
||||
{
|
||||
"name": "spatie/laravel-ray",
|
||||
"version": "1.29.7",
|
||||
"version": "1.30.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-ray.git",
|
||||
"reference": "97b8ccdb9975e3339069765417990e89474254ee"
|
||||
"reference": "1afe8d38cf13e9f7d0f6438e67bca71c3ed8d1f6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-ray/zipball/97b8ccdb9975e3339069765417990e89474254ee",
|
||||
"reference": "97b8ccdb9975e3339069765417990e89474254ee",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-ray/zipball/1afe8d38cf13e9f7d0f6438e67bca71c3ed8d1f6",
|
||||
"reference": "1afe8d38cf13e9f7d0f6438e67bca71c3ed8d1f6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -11598,7 +11602,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/laravel-ray/issues",
|
||||
"source": "https://github.com/spatie/laravel-ray/tree/1.29.7"
|
||||
"source": "https://github.com/spatie/laravel-ray/tree/1.30.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -11610,7 +11614,7 @@
|
|||
"type": "other"
|
||||
}
|
||||
],
|
||||
"time": "2022-05-27T18:45:58+00:00"
|
||||
"time": "2022-07-29T10:02:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/macroable",
|
||||
|
|
Loading…
Add table
Reference in a new issue