Skip to content

Commit babd3cb

Browse files
author
utietze
authored
Require missing "doctrine/instantiator" dependency
Yea, well. If you are gonna use code from "doctrine/instantiator", you may declare that in composer.json.
1 parent 004da75 commit babd3cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
],
1212
"require": {
1313
"magento/framework": "*",
14-
"php": "~7.1.3||~7.2.0||~7.3.0"
14+
"php": "~7.1.3||~7.2.0||~7.3.0",
15+
"doctrine/instantiator": "^1.0"
1516
},
1617
"autoload": {
1718
"psr-4": {

0 commit comments

Comments
 (0)