From 29e2e60ef8cba893992e8a24886cc7087e5ba229 Mon Sep 17 00:00:00 2001 From: jubianchi Date: Sat, 20 Jan 2018 09:19:49 +0100 Subject: [PATCH] chore: Clean --- CHANGELOG.md | 6 +++++- src/functions.php | 9 --------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc92e5..a1447d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# `1.1.0` (unreleased) +# `1.2.0` (unreleased) + +* Versions correctly merged and checked + +# `1.1.0` * Display `depends_on` conditions * Handle conditions in `depends_on` diff --git a/src/functions.php b/src/functions.php index 6b94b3c..8dbf7b2 100644 --- a/src/functions.php +++ b/src/functions.php @@ -28,15 +28,6 @@ function readConfiguration(string $path) : array } } -function validateVersion(array $configuration) : array -{ - if (isset($configuration['version']) === false) { - return true; - } - - -} - /** * @public *