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 #11

Closed JurJean closed 6 years ago

JurJean commented 6 years ago

The code depends on zendframework/zend-stdlib, which is a dependency of a dev dependency. Please either remove the dependency or add zendframework/zend-stdlib to require of composer.json

Vinceveve commented 6 years ago

Done, thank you for the advice :)

jvdlaar commented 6 years ago

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

I've just removed all dependencies on Zend Stdlib.