There are some undefined classes from Prooph\EventStore\
namespace used in the code but they are not present in this package nor included as a composer dependency.
Example:
|
use Prooph\EventStore\Data\EventId; |
|
use Prooph\EventStore\Data\EventRecord; |
|
use Prooph\EventStore\Data\PersistentSubscriptionNakEventAction; |
|
use Prooph\EventStore\Internal\PersistentSubscriptionOperations as BasePersistentSubscriptionOperations; |