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 54ff6c6 commit 934f958Copy full SHA for 934f958
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.3.4] - 22 October 2025
10
+### Fixed
11
+- Wrong imported namespace of Composer, should be Symfony Console
12
+
13
## [1.3.3] - 08 October 2025
14
### Fixed
15
- Add new command "theme:path" to return full path for given theme
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yireo/magento2-theme-commands",
3
- "version": "1.3.3",
+ "version": "1.3.4",
4
"license": "OSL-3.0",
5
"description": "CLI commands to manipulate themes",
"type": "magento2-module",
0 commit comments