From 2acae2df8cecc5050244493a938ebc96498a02dc Mon Sep 17 00:00:00 2001 From: stvmobileapp Date: Tue, 3 Nov 2020 10:49:39 +0800 Subject: [PATCH] Update composer.json --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1d47905..6614ebd 100644 --- a/composer.json +++ b/composer.json @@ -27,5 +27,6 @@ "Multidimensional\\Cakephpify\\Test\\Fixture\\": "tests\\Fixture", "Multidimensional\\Cakephpify\\Migrations\\": "config\\Migrations" } - } -} \ No newline at end of file + }, + "minimum-stability": "stable" +}