Merge pull request #206 from refactorian/dependabot/composer/spatie/laravel-ignition-2.9.0

Bump spatie/laravel-ignition from 2.8.0 to 2.9.0
This commit is contained in:
Refactorian
2024-12-29 22:29:30 +09:00
committed by GitHub

88
composer.lock generated
View File

@@ -445,16 +445,16 @@
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
"version": "4.0.2", "version": "4.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/egulias/EmailValidator.git", "url": "https://github.com/egulias/EmailValidator.git",
"reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" "reference": "b115554301161fa21467629f1e1391c1936de517"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b115554301161fa21467629f1e1391c1936de517",
"reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", "reference": "b115554301161fa21467629f1e1391c1936de517",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -500,7 +500,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/egulias/EmailValidator/issues", "issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/4.0.2" "source": "https://github.com/egulias/EmailValidator/tree/4.0.3"
}, },
"funding": [ "funding": [
{ {
@@ -508,7 +508,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-10-06T06:47:41+00:00" "time": "2024-12-27T00:36:43+00:00"
}, },
{ {
"name": "fruitcake/php-cors", "name": "fruitcake/php-cors",
@@ -2111,16 +2111,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "3.8.3", "version": "3.8.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "f01cfa96468f4c38325f507ab81a4f1d2cd93cfe" "reference": "129700ed449b1f02d70272d2ac802357c8c30c58"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f01cfa96468f4c38325f507ab81a4f1d2cd93cfe", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/129700ed449b1f02d70272d2ac802357c8c30c58",
"reference": "f01cfa96468f4c38325f507ab81a4f1d2cd93cfe", "reference": "129700ed449b1f02d70272d2ac802357c8c30c58",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2213,7 +2213,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-12-21T18:03:19+00:00" "time": "2024-12-27T09:25:35+00:00"
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
@@ -7973,27 +7973,27 @@
}, },
{ {
"name": "spatie/backtrace", "name": "spatie/backtrace",
"version": "1.6.1", "version": "1.7.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/backtrace.git", "url": "https://github.com/spatie/backtrace.git",
"reference": "8373b9d51638292e3bfd736a9c19a654111b4a23" "reference": "0f2477c520e3729de58e061b8192f161c99f770b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/backtrace/zipball/8373b9d51638292e3bfd736a9c19a654111b4a23", "url": "https://api.github.com/repos/spatie/backtrace/zipball/0f2477c520e3729de58e061b8192f161c99f770b",
"reference": "8373b9d51638292e3bfd736a9c19a654111b4a23", "reference": "0f2477c520e3729de58e061b8192f161c99f770b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3|^8.0" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"ext-json": "*", "ext-json": "*",
"laravel/serializable-closure": "^1.3", "laravel/serializable-closure": "^1.3 || ^2.0",
"phpunit/phpunit": "^9.3", "phpunit/phpunit": "^9.3 || ^11.4.3",
"spatie/phpunit-snapshot-assertions": "^4.2", "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1.6",
"symfony/var-dumper": "^5.1" "symfony/var-dumper": "^5.1 || ^6.0 || ^7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -8020,7 +8020,7 @@
"spatie" "spatie"
], ],
"support": { "support": {
"source": "https://github.com/spatie/backtrace/tree/1.6.1" "source": "https://github.com/spatie/backtrace/tree/1.7.1"
}, },
"funding": [ "funding": [
{ {
@@ -8032,20 +8032,20 @@
"type": "other" "type": "other"
} }
], ],
"time": "2024-04-24T13:22:11+00:00" "time": "2024-12-02T13:28:15+00:00"
}, },
{ {
"name": "spatie/error-solutions", "name": "spatie/error-solutions",
"version": "1.0.0", "version": "1.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/error-solutions.git", "url": "https://github.com/spatie/error-solutions.git",
"reference": "202108314a6988ede156fba1b3ea80a784c1734a" "reference": "d239a65235a1eb128dfa0a4e4c4ef032ea11b541"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/error-solutions/zipball/202108314a6988ede156fba1b3ea80a784c1734a", "url": "https://api.github.com/repos/spatie/error-solutions/zipball/d239a65235a1eb128dfa0a4e4c4ef032ea11b541",
"reference": "202108314a6988ede156fba1b3ea80a784c1734a", "reference": "d239a65235a1eb128dfa0a4e4c4ef032ea11b541",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -8098,7 +8098,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/error-solutions/issues", "issues": "https://github.com/spatie/error-solutions/issues",
"source": "https://github.com/spatie/error-solutions/tree/1.0.0" "source": "https://github.com/spatie/error-solutions/tree/1.1.2"
}, },
"funding": [ "funding": [
{ {
@@ -8106,20 +8106,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-06-12T14:49:54+00:00" "time": "2024-12-11T09:51:56+00:00"
}, },
{ {
"name": "spatie/flare-client-php", "name": "spatie/flare-client-php",
"version": "1.7.0", "version": "1.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/flare-client-php.git", "url": "https://github.com/spatie/flare-client-php.git",
"reference": "097040ff51e660e0f6fc863684ac4b02c93fa234" "reference": "140a42b2c5d59ac4ecf8f5b493386a4f2eb28272"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/097040ff51e660e0f6fc863684ac4b02c93fa234", "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/140a42b2c5d59ac4ecf8f5b493386a4f2eb28272",
"reference": "097040ff51e660e0f6fc863684ac4b02c93fa234", "reference": "140a42b2c5d59ac4ecf8f5b493386a4f2eb28272",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -8137,7 +8137,7 @@
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-phpunit": "^1.0",
"spatie/phpunit-snapshot-assertions": "^4.0|^5.0" "spatie/pest-plugin-snapshots": "^1.0|^2.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -8167,7 +8167,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/flare-client-php/issues", "issues": "https://github.com/spatie/flare-client-php/issues",
"source": "https://github.com/spatie/flare-client-php/tree/1.7.0" "source": "https://github.com/spatie/flare-client-php/tree/1.10.0"
}, },
"funding": [ "funding": [
{ {
@@ -8175,7 +8175,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-06-12T14:39:14+00:00" "time": "2024-12-02T14:30:06+00:00"
}, },
{ {
"name": "spatie/ignition", "name": "spatie/ignition",
@@ -8262,16 +8262,16 @@
}, },
{ {
"name": "spatie/laravel-ignition", "name": "spatie/laravel-ignition",
"version": "2.8.0", "version": "2.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-ignition.git", "url": "https://github.com/spatie/laravel-ignition.git",
"reference": "3c067b75bfb50574db8f7e2c3978c65eed71126c" "reference": "62042df15314b829d0f26e02108f559018e2aad0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/3c067b75bfb50574db8f7e2c3978c65eed71126c", "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/62042df15314b829d0f26e02108f559018e2aad0",
"reference": "3c067b75bfb50574db8f7e2c3978c65eed71126c", "reference": "62042df15314b829d0f26e02108f559018e2aad0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -8302,12 +8302,12 @@
"type": "library", "type": "library",
"extra": { "extra": {
"laravel": { "laravel": {
"providers": [
"Spatie\\LaravelIgnition\\IgnitionServiceProvider"
],
"aliases": { "aliases": {
"Flare": "Spatie\\LaravelIgnition\\Facades\\Flare" "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
} },
"providers": [
"Spatie\\LaravelIgnition\\IgnitionServiceProvider"
]
} }
}, },
"autoload": { "autoload": {
@@ -8349,7 +8349,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-06-12T15:01:18+00:00" "time": "2024-12-02T08:43:31+00:00"
}, },
{ {
"name": "staabm/side-effects-detector", "name": "staabm/side-effects-detector",