Skip to content

Commit fe738ac

Browse files
committed
MC-14917: Update Symfony components to 4.4LTS for 2.4.x
1 parent b2dcb21 commit fe738ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
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.1",
65
"license": [
76
"OSL-3.0",
87
"AFL-3.0"
98
],
109
"require": {
1110
"php": "~7.1.3||~7.2.0||~7.3.0",
1211
"composer/composer": "^1.6",
13-
"symfony/console": "~4.0.0||~4.1.0||~4.2.0||~4.3.0||~4.4.0"
12+
"symfony/console": "~4.4.0"
1413
},
1514
"require-dev": {
1615
"phpunit/phpunit": "~7.0.0"

0 commit comments

Comments
 (0)