diff --git a/composer.json b/composer.json index 59e3099..12c3f41 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.1", "spatie/laravel-package-tools": "^1.13.0", - "illuminate/contracts": "^9.0|^10.0" + "illuminate/support": "^8.0 | ^9.0 | ^10.0 | ^11.0", }, "require-dev": { "laravel/pint": "^1.0", @@ -68,4 +68,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}