Skip to content

Commit

Permalink
Update to Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Feb 17, 2023
1 parent 02530c0 commit a1b29bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down

0 comments on commit a1b29bf

Please sign in to comment.