build(deps): Bump spatie/laravel-ignition from 2.4.2 to 2.7.0

Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.4.2 to 2.7.0.
- [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/2.4.2...2.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-08 18:59:45 +00:00 committed by GitHub
parent 42f69bd168
commit 548f156ad0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

44
composer.lock generated
View file

@ -5372,16 +5372,16 @@
}, },
{ {
"name": "spatie/flare-client-php", "name": "spatie/flare-client-php",
"version": "1.4.4", "version": "1.6.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": "17082e780752d346c2db12ef5d6bee8e835e399c" "reference": "220a7c8745e9fa427d54099f47147c4b97fe6462"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/17082e780752d346c2db12ef5d6bee8e835e399c", "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/220a7c8745e9fa427d54099f47147c4b97fe6462",
"reference": "17082e780752d346c2db12ef5d6bee8e835e399c", "reference": "220a7c8745e9fa427d54099f47147c4b97fe6462",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5429,7 +5429,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.4.4" "source": "https://github.com/spatie/flare-client-php/tree/1.6.0"
}, },
"funding": [ "funding": [
{ {
@ -5437,20 +5437,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-01-31T14:18:45+00:00" "time": "2024-05-22T09:45:39+00:00"
}, },
{ {
"name": "spatie/ignition", "name": "spatie/ignition",
"version": "1.12.0", "version": "1.14.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/ignition.git", "url": "https://github.com/spatie/ignition.git",
"reference": "5b6f801c605a593106b623e45ca41496a6e7d56d" "reference": "5e11c11f675bb5251f061491a493e04a1a571532"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/ignition/zipball/5b6f801c605a593106b623e45ca41496a6e7d56d", "url": "https://api.github.com/repos/spatie/ignition/zipball/5e11c11f675bb5251f061491a493e04a1a571532",
"reference": "5b6f801c605a593106b623e45ca41496a6e7d56d", "reference": "5e11c11f675bb5251f061491a493e04a1a571532",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5520,20 +5520,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-01-03T15:49:39+00:00" "time": "2024-05-29T08:10:20+00:00"
}, },
{ {
"name": "spatie/laravel-ignition", "name": "spatie/laravel-ignition",
"version": "2.4.2", "version": "2.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-ignition.git", "url": "https://github.com/spatie/laravel-ignition.git",
"reference": "351504f4570e32908839fc5a2dc53bf77d02f85e" "reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/351504f4570e32908839fc5a2dc53bf77d02f85e", "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/f52124d50122611e8a40f628cef5c19ff6cc5b57",
"reference": "351504f4570e32908839fc5a2dc53bf77d02f85e", "reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5542,8 +5542,8 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"illuminate/support": "^10.0|^11.0", "illuminate/support": "^10.0|^11.0",
"php": "^8.1", "php": "^8.1",
"spatie/flare-client-php": "^1.3.5", "spatie/flare-client-php": "^1.5",
"spatie/ignition": "^1.9", "spatie/ignition": "^1.14",
"symfony/console": "^6.2.3|^7.0", "symfony/console": "^6.2.3|^7.0",
"symfony/var-dumper": "^6.2.3|^7.0" "symfony/var-dumper": "^6.2.3|^7.0"
}, },
@ -5551,11 +5551,11 @@
"livewire/livewire": "^2.11|^3.3.5", "livewire/livewire": "^2.11|^3.3.5",
"mockery/mockery": "^1.5.1", "mockery/mockery": "^1.5.1",
"openai-php/client": "^0.8.1", "openai-php/client": "^0.8.1",
"orchestra/testbench": "^8.0|^9.0", "orchestra/testbench": "8.22.3|^9.0",
"pestphp/pest": "^2.30", "pestphp/pest": "^2.34",
"phpstan/extension-installer": "^1.2", "phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1.1", "phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-phpunit": "^1.3.3", "phpstan/phpstan-phpunit": "^1.3.16",
"vlucas/phpdotenv": "^5.5" "vlucas/phpdotenv": "^5.5"
}, },
"suggest": { "suggest": {
@ -5612,7 +5612,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-02-09T16:08:40+00:00" "time": "2024-05-02T13:42:49+00:00"
}, },
{ {
"name": "spomky-labs/cbor-php", "name": "spomky-labs/cbor-php",