Skip to content

Commit 6fb9eb3

Browse files
authored
Merge pull request #14 from magento/MC-2338
MC-2338: 3rd party library/dependency upgrade for 2.3 pre Alpha
2 parents 38fdaa5 + 9b11533 commit 6fb9eb3

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.3.0",
5+
"version": "1.4.0",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"require": {
1111
"php": "~7.1.3|~7.2.0",
1212
"composer/composer": "^1.6",
13-
"symfony/console": "~4.0.0"
13+
"symfony/console": "~4.0.0 || ~4.1.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "~7.0.0"

0 commit comments

Comments
 (0)