build(deps): bump spatie/laravel-honeypot from 4.4.0 to 4.5.0

build(deps): bump spatie/laravel-honeypot from 4.4.0 to 4.5.0
This commit is contained in:
Rico
2024-03-10 12:43:08 +01:00
committed by GitHub

36
composer.lock generated
View File

@@ -5380,36 +5380,36 @@
},
{
"name": "spatie/laravel-honeypot",
"version": "4.4.0",
"version": "4.5.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-honeypot.git",
"reference": "85728128acb3ff53ffb23c86b9cc2c3d58355050"
"reference": "c5f5b5bdb5765d6b97ac9cc60a2b78546b5fa37b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-honeypot/zipball/85728128acb3ff53ffb23c86b9cc2c3d58355050",
"reference": "85728128acb3ff53ffb23c86b9cc2c3d58355050",
"url": "https://api.github.com/repos/spatie/laravel-honeypot/zipball/c5f5b5bdb5765d6b97ac9cc60a2b78546b5fa37b",
"reference": "c5f5b5bdb5765d6b97ac9cc60a2b78546b5fa37b",
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/encryption": "^8.0|^9.0|^10.0",
"illuminate/http": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/validation": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"illuminate/encryption": "^8.0|^9.0|^10.0|^11.0",
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/validation": "^8.0|^9.0|^10.0|^11.0",
"nesbot/carbon": "^2.0",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9",
"symfony/http-foundation": "^5.1.2|^6.0"
"symfony/http-foundation": "^5.1.2|^6.0|^7.0"
},
"require-dev": {
"livewire/livewire": "^2.10",
"orchestra/testbench": "^6.23|^7.0|^8.0",
"pestphp/pest-plugin-livewire": "^1.0",
"phpunit/phpunit": "^9.4",
"spatie/pest-plugin-snapshots": "^1.1",
"spatie/phpunit-snapshot-assertions": "^4.2",
"livewire/livewire": "^2.10|^3.0",
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0",
"pestphp/pest-plugin-livewire": "^1.0|^2.1",
"phpunit/phpunit": "^9.6|^10.5",
"spatie/pest-plugin-snapshots": "^1.1|^2.1",
"spatie/phpunit-snapshot-assertions": "^4.2|^5.1",
"spatie/test-time": "^1.2.1"
},
"type": "library",
@@ -5444,7 +5444,7 @@
"spatie"
],
"support": {
"source": "https://github.com/spatie/laravel-honeypot/tree/4.4.0"
"source": "https://github.com/spatie/laravel-honeypot/tree/4.5.0"
},
"funding": [
{
@@ -5452,7 +5452,7 @@
"type": "custom"
}
],
"time": "2023-12-01T10:30:39+00:00"
"time": "2024-02-29T08:20:51+00:00"
},
{
"name": "spatie/laravel-package-tools",