diff --git a/composer.lock b/composer.lock index 5042be643..d4157c613 100644 --- a/composer.lock +++ b/composer.lock @@ -5555,38 +5555,36 @@ }, { "name": "spatie/laravel-settings", - "version": "3.4.1", + "version": "3.4.2", "source": { "type": "git", "url": "https://github.com/spatie/laravel-settings.git", - "reference": "a596c671b5e059b0e3cd7e52c9f576b1d3e06154" + "reference": "f817f2eaf48fda76dcdecf4e7a1ab6ebc98984be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-settings/zipball/a596c671b5e059b0e3cd7e52c9f576b1d3e06154", - "reference": "a596c671b5e059b0e3cd7e52c9f576b1d3e06154", + "url": "https://api.github.com/repos/spatie/laravel-settings/zipball/f817f2eaf48fda76dcdecf4e7a1ab6ebc98984be", + "reference": "f817f2eaf48fda76dcdecf4e7a1ab6ebc98984be", "shasum": "" }, "require": { "ext-json": "*", - "illuminate/database": "^8.73|^9.0|^10.0|^11.0", - "php": "^7.4|^8.0", + "illuminate/database": "^11.0|^12.0", + "php": "^8.2", "phpdocumentor/type-resolver": "^1.5", "spatie/temporary-directory": "^1.3|^2.0" }, "require-dev": { "ext-redis": "*", - "larastan/larastan": "^2.0", "mockery/mockery": "^1.4", - "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0", - "pestphp/pest": "^1.21|^2.0", - "pestphp/pest-plugin-laravel": "^1.2|^2.0", + "orchestra/testbench": "^9.0|^10.0", + "pestphp/pest": "^2.0|^3.0", + "pestphp/pest-plugin-laravel": "^2.0|^3.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5|^10.0", - "spatie/laravel-data": "^1.0.0|^2.0.0|^4.0.0", - "spatie/pest-plugin-snapshots": "^1.1|^2.0", + "spatie/laravel-data": "^2.0.0|^4.0.0", + "spatie/pest-plugin-snapshots": "^2.0", "spatie/phpunit-snapshot-assertions": "^4.2|^5.0", "spatie/ray": "^1.36" }, @@ -5626,7 +5624,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-settings/issues", - "source": "https://github.com/spatie/laravel-settings/tree/3.4.1" + "source": "https://github.com/spatie/laravel-settings/tree/3.4.2" }, "funding": [ { @@ -5638,7 +5636,7 @@ "type": "github" } ], - "time": "2025-01-31T14:51:02+00:00" + "time": "2025-02-14T14:40:11+00:00" }, { "name": "spatie/temporary-directory",