From 6d07fee7c19c7fd4279329534470b4428a76fb96 Mon Sep 17 00:00:00 2001 From: Jeffery Osei Date: Sun, 21 Jun 2020 18:58:13 +0000 Subject: [PATCH] add minimum stability, update changelog --- CHANGELOG.md | 7 ++++++- composer.json | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a79f7..9aec43b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,4 +11,9 @@ * Add in tests * Add in Nullable and Validate rules * Bug Fixes -* Code Cleanups \ No newline at end of file +* Code Cleanups +--- +## Changes - 21/06/2020 - Jeffery Osei +* Update composer.json +* Add package versions and minimum stability +* Create branch for version 1.0.0 \ No newline at end of file diff --git a/composer.json b/composer.json index b8506a6..321e99f 100755 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "A request filtering and sanitization package with custom validations", "type": "library", "license": "MIT", + "version": "1.0.0", "authors": [ { "name": "Jeffery Osei", @@ -16,6 +17,7 @@ "scripts": { "test": "phpunit" }, + "minimum-stability": "stable", "autoload": { "psr-4": { "Expay\\Refine\\": "src/",