Skip to content

Commit 0a8d763

Browse files
committed
The composer.json files have been stabilized
1 parent 68bf52f commit 0a8d763

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

app/code/Magento/GraphQl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"magento/framework": "*",
99
"magento/module-webapi": "*",
1010
"magento/module-authorization": "*",
11-
"webonyx/graphql-php": "^14.9.0"
11+
"webonyx/graphql-php": "~14.9.0"
1212
},
1313
"suggest": {
1414
"magento/module-graph-ql-cache": "*"

lib/internal/Magento/Framework/Amqp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"magento/framework": "*",
1414
"php": "~7.3.0||~7.4.0",
15-
"php-amqplib/php-amqplib": "~2.7.0||~2.10.0"
15+
"php-amqplib/php-amqplib": "~3.0.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

lib/internal/Magento/Framework/composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"laminas/laminas-http": "^2.6.0",
3232
"laminas/laminas-mail": "^2.9.0",
3333
"laminas/laminas-mime": "^2.8.0",
34-
"laminas/laminas-mvc": "^3.2.0",
3534
"laminas/laminas-stdlib": "^3.2.1",
3635
"laminas/laminas-uri": "^2.5.1",
3736
"laminas/laminas-validator": "^2.6.0",
@@ -41,7 +40,6 @@
4140
"symfony/console": "~4.4.0",
4241
"symfony/process": "~4.4.0",
4342
"tedivm/jshrink": "~1.4.0",
44-
"web-token/jwt-framework": "^v2.2.7",
4543
"webonyx/graphql-php": "~14.9.0",
4644
"wikimedia/less.php": "^3.0.0"
4745
},

0 commit comments

Comments
 (0)