From 924d540e7e76786432dc2e9e385ee880ef4eac76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:02:38 +0000 Subject: [PATCH] Update spatie/laravel-package-tools requirement from ^1.16 to ^1.17 Updates the requirements on [spatie/laravel-package-tools](https://github.com/spatie/laravel-package-tools) to permit the latest version. - [Release notes](https://github.com/spatie/laravel-package-tools/releases) - [Changelog](https://github.com/spatie/laravel-package-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/laravel-package-tools/compare/1.16.0...1.17.0) --- updated-dependencies: - dependency-name: spatie/laravel-package-tools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3812e38..86551b6 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require": { "php": "^8.0|^8.1", "illuminate/contracts": "^8.15 || 9.0 - 9.34 || ^9.36 || ^10.0|^11.0", - "spatie/laravel-package-tools": "^1.16", + "spatie/laravel-package-tools": "^1.17", "livewire/livewire": "^v3" }, "require-dev": {