Skip to content

Commit 1b1f56e

Browse files
committed
MC-29549: Update Symfony components to 4.4LTS for 2.3.x
1 parent ea12b95 commit 1b1f56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "magento/composer",
33
"description": "Magento composer library helps to instantiate Composer application and run composer commands.",
44
"type": "library",
5-
"version": "1.5.0",
5+
"version": "1.5.1",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"require": {
1111
"php": "~7.1.3||~7.2.0||~7.3.0",
1212
"composer/composer": "^1.6",
13-
"symfony/console": "~4.0.0 || ~4.1.0"
13+
"symfony/console": "~4.0.0||~4.1.0||~4.2.0||~4.3.0||~4.4.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "~7.0.0"

0 commit comments

Comments
 (0)