Skip to content

Commit 36db5f1

Browse files
C5uJlPavelBulat
andauthored
Updated Symfony dependencies (#7)
Co-authored-by: pavel <bulat.pasha@gmail.com>
1 parent 909d327 commit 36db5f1

File tree

4 files changed

+114
-41
lines changed

4 files changed

+114
-41
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to so-sli will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.3]
9+
10+
- Updated Symfony dependencies
11+
- Fixed cli version display
12+
813
## [0.0.2]
914

1015
- Added installation instructions to Readme

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "systemseed/so-cli",
33
"description": "Shell Orchestration CLI",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"require": {
66
"symfony/console": "^7.0",
77
"symfony/yaml": "^7.0",

composer.lock

Lines changed: 107 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

so

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (!$loader) {
3838

3939
$application = new Application();
4040
$application->setName('Shell Orchestration CLI');
41-
$application->setVersion(InstalledVersions::getVersion('systemseed/so-cli'));
41+
$application->setVersion(InstalledVersions::getPrettyVersion('systemseed/so-cli'));
4242
$application->addCommands([
4343
new PullCommands(),
4444
]);

0 commit comments

Comments
 (0)