Skip to content

Commit a1b29bf

Browse files
committed
Update to Laravel 10
1 parent 02530c0 commit a1b29bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cheesegrits/iseed",
3-
"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.",
3+
"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.",
44
"keywords": ["laravel", "generators", "seed", "artisan"],
55
"license": "BSD-2-Clause",
66
"authors": [
@@ -19,12 +19,12 @@
1919
],
2020
"require": {
2121
"php": "^7.2|^8.0.2",
22-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
22+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.0.0",
26-
"illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
27-
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
26+
"illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
27+
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
2828
"phpunit/phpunit": "^8.0"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)