From e946dfe43b384af2e0c2f2d7eb28b4f8bd0b9270 Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Sun, 3 Dec 2023 22:04:29 +0100 Subject: [PATCH] Formatting --- README.md | 1 - composer.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b8456a..2f7963b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ Use this command if you are in PowerShell on Windows (e.g. in VS Code): | 5.8 | 1.3 | | 5.5–5.7 | 1.2 | - ## Usage Use the `HasEagerLimit` trait in both the parent and the related model and apply `limit()/take()` to your relationship: diff --git a/composer.json b/composer.json index 99d630b..56ac044 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,9 @@ "Staudenmeir\\EloquentEagerLimit\\Tests\\": "tests/" } }, - "minimum-stability": "dev", - "prefer-stable": true, "config": { "sort-packages": true - } + }, + "minimum-stability": "dev", + "prefer-stable": true }