Bump spatie/laravel-ignition from 1.2.3 to 1.3.1

Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.2.3 to 1.3.1.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.2.3...1.3.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-08 17:36:06 +00:00 committed by GitHub
parent bd9851798f
commit 98f1acd52c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

216
composer.lock generated
View file

@ -866,16 +866,16 @@
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
"version": "3.2", "version": "3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/egulias/EmailValidator.git", "url": "https://github.com/egulias/EmailValidator.git",
"reference": "a5ed8d58ed0c340a7c2109f587951b1c84cf6286" "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a5ed8d58ed0c340a7c2109f587951b1c84cf6286", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
"reference": "a5ed8d58ed0c340a7c2109f587951b1c84cf6286", "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -922,7 +922,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/egulias/EmailValidator/issues", "issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/3.2" "source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
}, },
"funding": [ "funding": [
{ {
@ -930,7 +930,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-05-28T22:19:18+00:00" "time": "2022-06-18T20:57:19+00:00"
}, },
{ {
"name": "fruitcake/laravel-cors", "name": "fruitcake/laravel-cors",
@ -1869,16 +1869,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v9.16.0", "version": "v9.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "dbad869e737542734c48d36d4cb87ee90455c4b8" "reference": "bbce25bd823133f6a5a724f2d62680b711f1d0df"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/dbad869e737542734c48d36d4cb87ee90455c4b8", "url": "https://api.github.com/repos/laravel/framework/zipball/bbce25bd823133f6a5a724f2d62680b711f1d0df",
"reference": "dbad869e737542734c48d36d4cb87ee90455c4b8", "reference": "bbce25bd823133f6a5a724f2d62680b711f1d0df",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1890,7 +1890,7 @@
"fruitcake/php-cors": "^1.2", "fruitcake/php-cors": "^1.2",
"laravel/serializable-closure": "^1.0", "laravel/serializable-closure": "^1.0",
"league/commonmark": "^2.2", "league/commonmark": "^2.2",
"league/flysystem": "^3.0", "league/flysystem": "^3.0.16",
"monolog/monolog": "^2.0", "monolog/monolog": "^2.0",
"nesbot/carbon": "^2.53.1", "nesbot/carbon": "^2.53.1",
"php": "^8.0.2", "php": "^8.0.2",
@ -1966,7 +1966,7 @@
"pda/pheanstalk": "^4.0", "pda/pheanstalk": "^4.0",
"phpstan/phpstan": "^1.4.7", "phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^9.5.8", "phpunit/phpunit": "^9.5.8",
"predis/predis": "^1.1.9", "predis/predis": "^1.1.9|^2.0",
"symfony/cache": "^6.0" "symfony/cache": "^6.0"
}, },
"suggest": { "suggest": {
@ -1992,7 +1992,7 @@
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).", "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).",
"predis/predis": "Required to use the predis connector (^1.1.9).", "predis/predis": "Required to use the predis connector (^1.1.9|^2.0).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
"symfony/cache": "Required to PSR-6 cache bridge (^6.0).", "symfony/cache": "Required to PSR-6 cache bridge (^6.0).",
@ -2044,7 +2044,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": "2022-06-02T18:13:11+00:00" "time": "2022-06-28T14:33:19+00:00"
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
@ -2387,16 +2387,16 @@
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
"version": "2.3.2", "version": "2.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/commonmark.git", "url": "https://github.com/thephpleague/commonmark.git",
"reference": "6eddb90a9e4a1a8c5773226068fcfb48cb36812a" "reference": "0da1dca5781dd3cfddbe328224d9a7a62571addc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/6eddb90a9e4a1a8c5773226068fcfb48cb36812a", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/0da1dca5781dd3cfddbe328224d9a7a62571addc",
"reference": "6eddb90a9e4a1a8c5773226068fcfb48cb36812a", "reference": "0da1dca5781dd3cfddbe328224d9a7a62571addc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2489,7 +2489,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-06-03T14:07:39+00:00" "time": "2022-06-07T21:28:26+00:00"
}, },
{ {
"name": "league/config", "name": "league/config",
@ -2575,16 +2575,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "3.0.20", "version": "3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "42a2f47dcf39944e2aee1b660ee55ab6ef69b535" "reference": "34a68067b7ae3b836ea5e57e1fc432478372a4f5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/42a2f47dcf39944e2aee1b660ee55ab6ef69b535", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/34a68067b7ae3b836ea5e57e1fc432478372a4f5",
"reference": "42a2f47dcf39944e2aee1b660ee55ab6ef69b535", "reference": "34a68067b7ae3b836ea5e57e1fc432478372a4f5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2645,7 +2645,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/flysystem/issues", "issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.0.20" "source": "https://github.com/thephpleague/flysystem/tree/3.1.0"
}, },
"funding": [ "funding": [
{ {
@ -2661,7 +2661,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-25T19:18:39+00:00" "time": "2022-06-29T17:29:54+00:00"
}, },
{ {
"name": "league/flysystem-aws-s3-v3", "name": "league/flysystem-aws-s3-v3",
@ -3142,16 +3142,16 @@
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "2.6.0", "version": "2.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "247918972acd74356b0a91dfaa5adcaec069b6c0" "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/247918972acd74356b0a91dfaa5adcaec069b6c0", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5579edf28aee1190a798bfa5be8bc16c563bd524",
"reference": "247918972acd74356b0a91dfaa5adcaec069b6c0", "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3230,7 +3230,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Seldaek/monolog/issues", "issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/2.6.0" "source": "https://github.com/Seldaek/monolog/tree/2.7.0"
}, },
"funding": [ "funding": [
{ {
@ -3242,7 +3242,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-10T09:36:00+00:00" "time": "2022-06-09T08:59:12+00:00"
}, },
{ {
"name": "mtdowling/jmespath.php", "name": "mtdowling/jmespath.php",
@ -3307,16 +3307,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "2.58.0", "version": "2.59.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055" "reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a34af22bde8d0ac20ab34b29d7bfe360902055", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
"reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055", "reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3331,11 +3331,12 @@
"doctrine/orm": "^2.7", "doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^3.0", "friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0", "kylekatarnls/multi-tester": "^2.0",
"ondrejmirtes/better-reflection": "*",
"phpmd/phpmd": "^2.9", "phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.54 || ^1.0", "phpstan/phpstan": "^0.12.99 || ^1.7.14",
"phpunit/php-file-iterator": "^2.0.5", "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
"phpunit/phpunit": "^7.5.20 || ^8.5.23", "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
"squizlabs/php_codesniffer": "^3.4" "squizlabs/php_codesniffer": "^3.4"
}, },
"bin": [ "bin": [
@ -3392,15 +3393,19 @@
}, },
"funding": [ "funding": [
{ {
"url": "https://opencollective.com/Carbon", "url": "https://github.com/sponsors/kylekatarnls",
"type": "open_collective" "type": "github"
}, },
{ {
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", "url": "https://opencollective.com/Carbon#sponsor",
"type": "opencollective"
},
{
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-25T19:31:17+00:00" "time": "2022-06-29T21:43:55+00:00"
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
@ -4872,16 +4877,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v6.1.0", "version": "v6.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "c9646197ef43b0e2ff44af61e7f0571526fd4170" "reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/c9646197ef43b0e2ff44af61e7f0571526fd4170", "url": "https://api.github.com/repos/symfony/console/zipball/7a86c1c42fbcb69b59768504c7bca1d3767760b7",
"reference": "c9646197ef43b0e2ff44af61e7f0571526fd4170", "reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4948,7 +4953,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v6.1.0" "source": "https://github.com/symfony/console/tree/v6.1.2"
}, },
"funding": [ "funding": [
{ {
@ -4964,7 +4969,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-27T06:34:22+00:00" "time": "2022-06-26T13:01:30+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
@ -5033,7 +5038,7 @@
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
"version": "v3.1.0", "version": "v3.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git", "url": "https://github.com/symfony/deprecation-contracts.git",
@ -5080,7 +5085,7 @@
"description": "A generic function and convention to trigger deprecation notices", "description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.0" "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
}, },
"funding": [ "funding": [
{ {
@ -5254,7 +5259,7 @@
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
"version": "v3.1.0", "version": "v3.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git", "url": "https://github.com/symfony/event-dispatcher-contracts.git",
@ -5313,7 +5318,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.0" "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.1"
}, },
"funding": [ "funding": [
{ {
@ -5466,16 +5471,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v6.1.0", "version": "v6.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "18f8a2a3ab703428143c27c055fd743ab7e7dcb1" "reference": "86119d294e51afe4d8e07da96b63332bd1f3f52c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/18f8a2a3ab703428143c27c055fd743ab7e7dcb1", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/86119d294e51afe4d8e07da96b63332bd1f3f52c",
"reference": "18f8a2a3ab703428143c27c055fd743ab7e7dcb1", "reference": "86119d294e51afe4d8e07da96b63332bd1f3f52c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5518,7 +5523,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.1.0" "source": "https://github.com/symfony/http-foundation/tree/v6.1.2"
}, },
"funding": [ "funding": [
{ {
@ -5534,20 +5539,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-21T13:34:40+00:00" "time": "2022-06-19T13:21:48+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v6.1.0", "version": "v6.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "a57c7084bd0604d80d70c89c6662512c698352d1" "reference": "8aaede489900dda61aee208557f63bfa1bca0877"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/a57c7084bd0604d80d70c89c6662512c698352d1", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8aaede489900dda61aee208557f63bfa1bca0877",
"reference": "a57c7084bd0604d80d70c89c6662512c698352d1", "reference": "8aaede489900dda61aee208557f63bfa1bca0877",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5628,7 +5633,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.1.0" "source": "https://github.com/symfony/http-kernel/tree/v6.1.2"
}, },
"funding": [ "funding": [
{ {
@ -5644,20 +5649,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-27T07:21:03+00:00" "time": "2022-06-26T17:06:14+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
"version": "v6.1.0", "version": "v6.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailer.git", "url": "https://github.com/symfony/mailer.git",
"reference": "bc4338d7729aafaaac8559e1a4680ee97b8bfedb" "reference": "8fa150355115ea09238858ae3cfaf249fd1fd5ed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/bc4338d7729aafaaac8559e1a4680ee97b8bfedb", "url": "https://api.github.com/repos/symfony/mailer/zipball/8fa150355115ea09238858ae3cfaf249fd1fd5ed",
"reference": "bc4338d7729aafaaac8559e1a4680ee97b8bfedb", "reference": "8fa150355115ea09238858ae3cfaf249fd1fd5ed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5702,7 +5707,7 @@
"description": "Helps sending emails", "description": "Helps sending emails",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/mailer/tree/v6.1.0" "source": "https://github.com/symfony/mailer/tree/v6.1.2"
}, },
"funding": [ "funding": [
{ {
@ -5718,20 +5723,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-27T17:11:01+00:00" "time": "2022-06-19T13:21:48+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v6.1.0", "version": "v6.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "032e796edbf842bc4b4c81c42598b144b95ce56a" "reference": "56508865dd883dce3c863af11b3e8053adab30d7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/032e796edbf842bc4b4c81c42598b144b95ce56a", "url": "https://api.github.com/repos/symfony/mime/zipball/56508865dd883dce3c863af11b3e8053adab30d7",
"reference": "032e796edbf842bc4b4c81c42598b144b95ce56a", "reference": "56508865dd883dce3c863af11b3e8053adab30d7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5783,7 +5788,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v6.1.0" "source": "https://github.com/symfony/mime/tree/v6.1.1"
}, },
"funding": [ "funding": [
{ {
@ -5799,7 +5804,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-21T13:34:40+00:00" "time": "2022-06-09T12:51:38+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -6519,16 +6524,16 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v6.1.0", "version": "v6.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "03c13cbaefdec9fbb7a62ed18235d487686540dd" "reference": "8f068b792e515b25e26855ac8dc7fe800399f3e5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/03c13cbaefdec9fbb7a62ed18235d487686540dd", "url": "https://api.github.com/repos/symfony/routing/zipball/8f068b792e515b25e26855ac8dc7fe800399f3e5",
"reference": "03c13cbaefdec9fbb7a62ed18235d487686540dd", "reference": "8f068b792e515b25e26855ac8dc7fe800399f3e5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6587,7 +6592,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v6.1.0" "source": "https://github.com/symfony/routing/tree/v6.1.1"
}, },
"funding": [ "funding": [
{ {
@ -6603,20 +6608,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-27T17:06:58+00:00" "time": "2022-06-08T12:21:15+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
"version": "v3.1.0", "version": "v3.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/service-contracts.git", "url": "https://github.com/symfony/service-contracts.git",
"reference": "d66cd8ab656780f62c4215b903a420eb86358957" "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d66cd8ab656780f62c4215b903a420eb86358957", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239",
"reference": "d66cd8ab656780f62c4215b903a420eb86358957", "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6672,7 +6677,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.1.0" "source": "https://github.com/symfony/service-contracts/tree/v3.1.1"
}, },
"funding": [ "funding": [
{ {
@ -6688,20 +6693,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-07T08:07:09+00:00" "time": "2022-05-30T19:18:58+00:00"
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v6.1.0", "version": "v6.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "d3edc75baf9f1d4f94879764dda2e1ac33499529" "reference": "1903f2879875280c5af944625e8246d81c2f0604"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/d3edc75baf9f1d4f94879764dda2e1ac33499529", "url": "https://api.github.com/repos/symfony/string/zipball/1903f2879875280c5af944625e8246d81c2f0604",
"reference": "d3edc75baf9f1d4f94879764dda2e1ac33499529", "reference": "1903f2879875280c5af944625e8246d81c2f0604",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6757,7 +6762,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v6.1.0" "source": "https://github.com/symfony/string/tree/v6.1.2"
}, },
"funding": [ "funding": [
{ {
@ -6773,7 +6778,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-22T08:18:23+00:00" "time": "2022-06-26T16:35:04+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
@ -6873,16 +6878,16 @@
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
"version": "v3.1.0", "version": "v3.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation-contracts.git", "url": "https://github.com/symfony/translation-contracts.git",
"reference": "bfddd2a1faa271b782b791c361cc16e2dd49dfaa" "reference": "606be0f48e05116baef052f7f3abdb345c8e02cc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/bfddd2a1faa271b782b791c361cc16e2dd49dfaa", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/606be0f48e05116baef052f7f3abdb345c8e02cc",
"reference": "bfddd2a1faa271b782b791c361cc16e2dd49dfaa", "reference": "606be0f48e05116baef052f7f3abdb345c8e02cc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6934,7 +6939,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/translation-contracts/tree/v3.1.0" "source": "https://github.com/symfony/translation-contracts/tree/v3.1.1"
}, },
"funding": [ "funding": [
{ {
@ -6950,7 +6955,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-22T07:30:54+00:00" "time": "2022-06-27T17:24:16+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
@ -11410,16 +11415,16 @@
}, },
{ {
"name": "spatie/laravel-ignition", "name": "spatie/laravel-ignition",
"version": "1.2.3", "version": "1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-ignition.git", "url": "https://github.com/spatie/laravel-ignition.git",
"reference": "51e5daaa7e43c154fe57f1ddfbba862f9fe57646" "reference": "fe37a0eafe6ea040804255c70e9808af13314f87"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/51e5daaa7e43c154fe57f1ddfbba862f9fe57646", "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/fe37a0eafe6ea040804255c70e9808af13314f87",
"reference": "51e5daaa7e43c154fe57f1ddfbba862f9fe57646", "reference": "fe37a0eafe6ea040804255c70e9808af13314f87",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11496,7 +11501,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-05-05T15:53:24+00:00" "time": "2022-06-17T06:28:57+00:00"
}, },
{ {
"name": "spatie/laravel-ray", "name": "spatie/laravel-ray",
@ -11773,6 +11778,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-04-12T15:19:55+00:00"
}, },
{ {