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 763c1c8 commit 5263ad2Copy full SHA for 5263ad2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## v1.2.3 (2023-12-03)
4
+
5
+### Features
6
7
+ * update libraries.
8
+ * add PHP8.3
9
10
## v1.2.2 (2023-09-10)
11
12
### Bug fix
src/Main.php
@@ -14,7 +14,7 @@
14
15
final class Main
16
{
17
- const VERSION = 'v1.2.2';
+ const VERSION = 'v1.2.3';
18
19
public function __construct(string $directory, Options $options)
20
0 commit comments