Hi guys,
I've got a problem and after reading the documentation I still cannot achieve what I need.
Let's consider, that I have two extensions:
Vendor_A and Vendor_B.
Vendor_B is dependent on Vendor_A. It is written in the module.xml like the sequence and in the composer.json under the "require" property.
Now the problem. I have to submit Vendor_B for the Marketplace review. I've got the response, that there were errors during the installation. I am pretty sure, that it is because of the fact, that during di:compile the classes from the Vendor_A have to be accessible but I have only package created from the extension Vendor_B. Vendor_A is being already sold on the Marketplace, so I put the Vendor_A as a shared package but still I get the messages about the error during the installation of the Vendor_B.
I would be very thankful if I get some hints or guides, how can I prepare a package "Vendor_B" and submit it to the Marketplace, when it is dependent on Vendor_A.
Best