From 42c894bc763cb629441ae8fbfa9c59d476f5b426 Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Tue, 25 Sep 2018 01:10:08 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33245dd..a3b7665 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License](https://poser.pugx.org/staudenmeir/eloquent-has-many-deep/license)](https://packagist.org/packages/staudenmeir/eloquent-has-many-deep) ## Introduction -This extended version of `HasManyThrough` allows relationships with unlimited intermediate models and supports both [many-to-many](#belongstomany) and [polymorphic](#morphmany) relationships. +This extended version of `HasManyThrough` allows relationships with unlimited intermediate models and supports [many-to-many](#belongstomany) and [polymorphic](#morphmany) relationships. Requires Laravel 5.5.29+. ## Installation