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" +}