Skip to content

Commit

Permalink
Updated Symfony dependencies (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: pavel <[email protected]>
  • Loading branch information
C5uJl and PavelBulat authored May 10, 2024
1 parent 909d327 commit 36db5f1
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 41 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to so-sli will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.3]

- Updated Symfony dependencies
- Fixed cli version display

## [0.0.2]

- Added installation instructions to Readme
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "systemseed/so-cli",
"description": "Shell Orchestration CLI",
"version": "0.0.2",
"version": "0.0.3",
"require": {
"symfony/console": "^7.0",
"symfony/yaml": "^7.0",
Expand Down
146 changes: 107 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion so
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (!$loader) {

$application = new Application();
$application->setName('Shell Orchestration CLI');
$application->setVersion(InstalledVersions::getVersion('systemseed/so-cli'));
$application->setVersion(InstalledVersions::getPrettyVersion('systemseed/so-cli'));
$application->addCommands([
new PullCommands(),
]);
Expand Down

0 comments on commit 36db5f1

Please sign in to comment.