fix EggSeeder.php

This commit is contained in:
Matthew Penner
2021-01-15 18:12:41 -07:00
parent 4351400664
commit 92d0296d6c
3 changed files with 5 additions and 5 deletions

View File

@@ -22,10 +22,10 @@
"doctrine/dbal": "^2.12",
"facade/ignition": "^2.5",
"fideloper/proxy": "^4.4",
"guzzlehttp/guzzle": "^7.0.1",
"guzzlehttp/guzzle": "^7.2.0",
"hashids/hashids": "^4.1",
"laracasts/utilities": "^3.2",
"laravel/framework": "^8.0",
"laravel/framework": "^8.22",
"laravel/helpers": "^1.4",
"laravel/tinker": "^2.5",
"laravel/ui": "^3.0",
@@ -41,7 +41,7 @@
"s1lentium/iptools": "^1.1",
"spatie/laravel-fractal": "^5.8",
"spatie/laravel-query-builder": "^2.8",
"staudenmeir/belongs-to-through": "^2.10",
"staudenmeir/belongs-to-through": "^2.11",
"symfony/yaml": "^4.4",
"webmozart/assert": "^1.9"
},