chore: Clean

This commit is contained in:
jubianchi 2018-01-20 09:19:49 +01:00
parent fb1d7655f1
commit 29e2e60ef8
No known key found for this signature in database
GPG key ID: 5D9C896D2AA9E390
2 changed files with 5 additions and 10 deletions

View file

@ -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`

View file

@ -28,15 +28,6 @@ function readConfiguration(string $path) : array
}
}
function validateVersion(array $configuration) : array
{
if (isset($configuration['version']) === false) {
return true;
}
}
/**
* @public
*