Skip to content

Commit 130753a

Browse files
authored
Merge pull request #7 from magento-dragons/MAGETWO-52769
Upgrade composer to stable version
2 parents de73fea + bc3e092 commit 130753a

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,14 +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.1.1",
5+
"version": "1.2.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",
12-
"composer/composer": "1.0.0-beta1",
12+
"composer/composer": "1.4.1",
1313
"symfony/console": "~2.3, !=2.7.0"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)