Skip to content

Commit e6a304f

Browse files
committed
Marked module as compatible with symfony/console 5.0 after manually checking it. Even though Magento itself still blocks it from being updated to v5, we are making sure we're ready for the future.
1 parent fc26f7c commit e6a304f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"magento/module-cron": "^100.1",
1919
"magento/module-store": "^100.1 || ^101.0",
2020
"magento/module-ui": "^100.1 || ^101.0",
21-
"symfony/console": "^2.5 || ^3.0 || ^4.0"
21+
"symfony/console": "^2.5 || ^3.0 || ^4.0 || ^5.0"
2222
},
2323
"require-dev": {
2424
"bitexpert/phpstan-magento": "^0.3.0",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)