Skip to content

Commit

Permalink
[6.x] Added missing suggest (#32072)
Browse files Browse the repository at this point in the history
* Added missing suggest

* Update composer.json

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
GrahamCampbell and taylorotwell authored Mar 23, 2020
1 parent 196d866 commit 058751b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"illuminate/console": "Required to use the database commands (^6.0).",
"illuminate/events": "Required to use the observers with Eloquent (^6.0).",
"illuminate/filesystem": "Required to use the migrations (^6.0).",
"illuminate/pagination": "Required to paginate the result set (^6.0)."
"illuminate/pagination": "Required to paginate the result set (^6.0).",
"symfony/finder": "Required to use Eloquent model factories (^4.3.4)."
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 058751b

Please sign in to comment.