juriansluiman / Soflomo-Mail

Module to to ease the use of sending e-mail messages in Zend Framework 2
Other
5 stars 8 forks source link

BUG ZF3 support #7

Open mael-lg opened 7 years ago

mael-lg commented 7 years ago

Hi first of all thanks for the work.

I've update the package today and my application throw an exception due to the module :

Fatal error: Interface 'Zend\ServiceManager\Initializer\InitializerInterface' not found in

Is it possible to create a TAG to have a stable release (one for ZF2 for example ?) ? My application is not ZF3 compliant. Thanks

Danielss89 commented 7 years ago

Hi Does the old tags not work? 0.3.2 should exist(it did on the old repo).

mael-lg commented 7 years ago

Hi, It seems the old tags has not been reported to the new repository. So composer does not find the tags.. Am I wrong ?

mael-lg commented 7 years ago

I've to put :
"soflomo/mail": "dev-master#0da6f8a8e5d5520395554866bd33f27ab0a38362" in the section "require" of my composer.json application and i've to put a specific repository in it : { "type": "vcs", "url": "https://github.com/juriansluiman/Soflomo-Mail.git" }, because the tags/commits are not present in packagist.org I'ts a little bit complicated but it works now. Is it possible to check repositories tags ? Thanks in advance

Danielss89 commented 7 years ago

Soflomo/mail should point to juriansluiman repo, that should be fixed in packagist. I will look at tags in the weekend.

mael-lg commented 7 years ago

Hi ! Have you find found some time to fix it ? There is no tag in packagist : https://packagist.org/packages/soflomo/mail

Thanks :)