Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 91fa304

Browse files
committed
MAGETWO-90187: "magento/framework-amqp", "magento/framework-message-queue", "magento/framework-bulk" libraries are packaged as part of "magento/framework"
- Added Amqp, Bulk and MessageQueue namespaces to the list of exclusions for the framework package https://getcomposer.org/doc/04-schema.md#archive
1 parent 81b10b7 commit 91fa304

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/internal/Magento/Framework/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"zendframework/zend-uri": "^2.5.1",
3939
"zendframework/zend-validator": "^2.6.0"
4040
},
41+
"archive": {
42+
"exclude": ["Amqp", "Bulk", "MessageQueue"]
43+
},
4144
"suggest": {
4245
"ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
4346
},

0 commit comments

Comments
 (0)