Webador / SlmQueue

Laminas / Mezzio module that integrates with various queue management systems.
Other
137 stars 56 forks source link

MVC is required #231

Closed internalsystemerror closed 4 years ago

internalsystemerror commented 4 years ago

https://github.com/JouwWeb/SlmQueue/blob/d59a3b47ec44cb8f3bc1b861cf5d3c6509b54cc4/src/ServiceManager/AbstractPluginManager.php#L5

The above referenced line requires the installation of laminas/laminas-mvc. Is this interface required? I'm using Mezzio (previously Zend Expressive) and trying to use this library so I don't use Laminas MVC.

roelvanduijnhoven commented 4 years ago

@internalsystemerror We provide a Plugin for Laminas controllers in this repo. That one does depend on MVC.

But you are correct that the code you reference should not have to depend on laminas MVC. I created PR https://github.com/JouwWeb/SlmQueue/pull/232 to address this.

Once lights are green I'll ship a new release.

roelvanduijnhoven commented 4 years ago

Fixed in https://github.com/JouwWeb/SlmQueue/issues/231. Released a new version.