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": {