From 8ea13e659c1e8e5277aab4828f679ffed260c980 Mon Sep 17 00:00:00 2001 From: Marcin Orlowski Date: Sun, 25 Feb 2018 10:52:01 -0800 Subject: [PATCH] Removed minimum-stability --- CHANGES.md | 4 ++++ composer.json | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cec11fb..d7adb71 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +v1.0.4 (2018-02-25) +=================== +* Removed `minimum-stability` from `composer.json` + v1.0.3 (2018-02-25) =================== * Cleanup diff --git a/composer.json b/composer.json index 6f694ee..94a4706 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,7 @@ { "name": "marcin-orlowski/process-dotenv", - "version": "1.0.3", + "version": "1.0.4", "description": "Little tool to help build DotEnv (.env) files from templates", - "minimum-stability": "stable", "license": "MIT", "keywords": [ "dotenv",