From 27105744b9049f81967fb644bb827c114be29fd7 Mon Sep 17 00:00:00 2001 From: David Meybohm Date: Fri, 31 Aug 2018 21:24:15 -0400 Subject: [PATCH] Change stability --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8d1ed4b..c1abb95 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "best/dot-notation", "type": "library", "description": "Compact, MongoDB-like dot notation for creating arrays.", - "minimum-stability": "dev", + "minimum-stability": "stable", "keywords": [ "config", "mongo", "array", "configuration", "zend" ], "license": "MIT", "homepage": "http://github.com/dmeybohm/dot-notation",