Skip to content

Commit 70b9f60

Browse files
author
Patrick McLain
committed
Update dependencies
1 parent 319ce79 commit 70b9f60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 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.2.0",
5+
"version": "1.3.0",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"require": {
1111
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
12-
"composer/composer": "1.4.1",
13-
"symfony/console": "~2.3, !=2.7.0"
12+
"composer/composer": "~1.6.0",
13+
"symfony/console": "~4.0.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "~6.2.0"

0 commit comments

Comments
 (0)