From 0ed8bb7252fcc6c00420bfaf39cdf9164dc1525b Mon Sep 17 00:00:00 2001 From: Michael Gatuma <50529359+michaelgatuma@users.noreply.github.com> Date: Fri, 17 Feb 2023 03:35:53 +0300 Subject: [PATCH] Support Laravel 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6d7b72d..b5d8519 100755 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require": { "php": "^7.2|^8.0.2|^8.1", "laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0|^10.0", - "eklundkristoffer/seedster": "^5.0", + "eklundkristoffer/seedster": "^7.0", "laravel/helpers": "^1.5" }, "require-dev": {