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 fae9d6d commit ec9d51eCopy full SHA for ec9d51e
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## v1.1.0 (2023-04-24)
4
+
5
6
### Features
7
8
* Corresponds to the method of defining field variables with constructor arguments introduced in php8.
src/Main.php
@@ -14,7 +14,7 @@
14
15
class Main
16
{
17
- const VERSION = 'v1.0.0';
+ const VERSION = 'v1.1.0';
18
19
public function __construct(string $directory, Options $options)
20
0 commit comments