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 ea12b95 commit 1b1f56eCopy full SHA for 1b1f56e
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.5.0",
+ "version": "1.5.1",
6
"license": [
7
"OSL-3.0",
8
"AFL-3.0"
9
],
10
"require": {
11
"php": "~7.1.3||~7.2.0||~7.3.0",
12
"composer/composer": "^1.6",
13
- "symfony/console": "~4.0.0 || ~4.1.0"
+ "symfony/console": "~4.0.0||~4.1.0||~4.2.0||~4.3.0||~4.4.0"
14
},
15
"require-dev": {
16
"phpunit/phpunit": "~7.0.0"
0 commit comments