Should enqueue/enqueue
also be added to "require" in composer.json for DBAL package?
#433
Labels
enqueue/enqueue
also be added to "require" in composer.json for DBAL package?
#433
I imported only
dbal
package usingcomposer require enqueue/dbal
and tested a simple example from the docs, but it failed to create the message since it cannot find the classEnqueue\Util\JSON
Then I looked into the
DbalProducer
class file and found that the classEnqueue\Util\JSON
is part of theenqueue/enqueue
package so I had to importenqueue/enqueue
separately.So since,
enqueue/dbal
package cannot work without importingenqueue/enqueue
, should theenqueue/enqueue
also be added to "require" in thecomposer.json
forenqueue/dbal
?I can see that it's already present in "require-dev".
The text was updated successfully, but these errors were encountered: