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.
2 parents db32962 + 11e8597 commit 7253722Copy full SHA for 7253722
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.10.1",
+ "version": "1.10.2-beta1",
6
"license": [
7
"OSL-3.0",
8
"AFL-3.0"
9
],
10
"require": {
11
"php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0",
12
"composer/composer": "^2.1.13",
13
- "symfony/console": "~4.4.0||~5.4.0||~6.4.0"
+ "symfony/console": "~4.4.0||~5.4.0||~6.4.0||^7.0"
14
},
15
"require-dev": {
16
"phpunit/phpunit": "^9.5.10 || ^10"
0 commit comments