From a1b29bffb4e8c882cddf334d8b124b4dfad7d440 Mon Sep 17 00:00:00 2001 From: Hugh Messenger Date: Fri, 17 Feb 2023 03:17:39 -0600 Subject: [PATCH] Update to Laravel 10 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3821921..37bd13c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cheesegrits/iseed", - "description": "This is a fork of the SchuBu/iseed for of the original package Orangehill/Iseed. Generate a new Laravel database seed file based on data from the existing database table.", + "description": "This is a fork of the SchuBu/iseed of the original package Orangehill/Iseed. Generate a new Laravel database seed file based on data from the existing database table.", "keywords": ["laravel", "generators", "seed", "artisan"], "license": "BSD-2-Clause", "authors": [ @@ -19,12 +19,12 @@ ], "require": { "php": "^7.2|^8.0.2", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "mockery/mockery": "^1.0.0", - "illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", - "laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", "phpunit/phpunit": "^8.0" }, "autoload": {