chore: Clean
This commit is contained in:
parent
fb1d7655f1
commit
29e2e60ef8
2 changed files with 5 additions and 10 deletions
|
@ -1,4 +1,8 @@
|
||||||
# `1.1.0` (unreleased)
|
# `1.2.0` (unreleased)
|
||||||
|
|
||||||
|
* Versions correctly merged and checked
|
||||||
|
|
||||||
|
# `1.1.0`
|
||||||
|
|
||||||
* Display `depends_on` conditions
|
* Display `depends_on` conditions
|
||||||
* Handle conditions in `depends_on`
|
* Handle conditions in `depends_on`
|
||||||
|
|
|
@ -28,15 +28,6 @@ function readConfiguration(string $path) : array
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function validateVersion(array $configuration) : array
|
|
||||||
{
|
|
||||||
if (isset($configuration['version']) === false) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @public
|
* @public
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue