Thanks to visit codestin.com Credit goes to github.com
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 ca832ff commit 2f700c9Copy full SHA for 2f700c9
CHANGELOG.md
@@ -1,8 +1,11 @@
1
# CHANGELOG
2
3
+## v0.0.8 (2025-03-28)
4
+
5
### Features
6
7
* Change entrypoint class name.
8
+ * Change method to parse aurguments, using getopt-php library.
9
10
### Bug fix
11
src/Command/AbstractCommand.php
@@ -6,7 +6,7 @@
abstract class AbstractCommand implements CommandInterface
{
- private const VERSION = '0.0.7';
+ private const VERSION = '0.0.8';
protected function printVersion(): void
12
0 commit comments