We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea44fc3 commit c546727Copy full SHA for c546727
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+## v1.2.5 (2024-01-17)
4
+
5
### Features
6
7
* support non-empty-array<Product>. If `non-empty-array` is specified, change the dependency arrow caption from `*` to `1..*` #55
src/Main.php
@@ -14,7 +14,7 @@
14
15
final class Main
16
{
17
- const VERSION = 'v1.2.4';
+ const VERSION = 'v1.2.5';
18
19
public function __construct(string $directory, Options $options)
20
0 commit comments