We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319ce79 commit 70b9f60Copy full SHA for 70b9f60
composer.json
@@ -2,15 +2,15 @@
2
"name": "magento/composer",
3
"description": "Magento composer library helps to instantiate Composer application and run composer commands.",
4
"type": "library",
5
- "version": "1.2.0",
+ "version": "1.3.0",
6
"license": [
7
"OSL-3.0",
8
"AFL-3.0"
9
],
10
"require": {
11
"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"
+ "composer/composer": "~1.6.0",
+ "symfony/console": "~4.0.0"
14
},
15
"require-dev": {
16
"phpunit/phpunit": "~6.2.0"
0 commit comments