Skip to content

Commit

Permalink
Revert symfony console to compatible version with 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekiphp committed Apr 13, 2023
1 parent 148cd11 commit 6c7f387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "magento/data-migration-tool",
"description": "Migration Tool",
"version": "2.4.5",
"version": "2.4.51",
"require": {
"symfony/console": "^5.4",
"symfony/console": "~4.4.0",
"magento/framework": "*",
"monolog/monolog": "^2.3"
},
Expand Down

0 comments on commit 6c7f387

Please sign in to comment.