Skip to content

Commit f0594cf

Browse files
committed
Update the composer.json files to use "sort-packages": true as part of the config
1 parent efae785 commit f0594cf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "magento/module-amqp",
33
"description": "N/A",
4+
"config": {
5+
"sort-packages": true
6+
},
47
"require": {
5-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
68
"magento/framework": "100.3.*",
9+
"magento/framework-amqp": "100.1.*",
710
"magento/framework-message-queue": "100.3.*",
8-
"magento/framework-amqp": "100.1.*"
11+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
912
},
1013
"type": "magento2-module",
1114
"version": "100.3.0-dev",

0 commit comments

Comments
 (0)