Rxnet / eventstore-client

EventStore asynchronous PHP client with reactiveX flavours
Apache License 2.0
26 stars 10 forks source link

Fix missing dependency zendframework/zend-stdlib #14

Closed jvdlaar closed 6 years ago

jvdlaar commented 6 years ago

Same issue as in #11 because it's not completely fixed yet.

The library is now added to the dev dependencies, but it actually is a dependency. The Writer class uses use Zend\Stdlib\SplQueue;

Vinceveve commented 6 years ago

It's fixed with latest commit :)