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 *