This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Cant install zend-mail, because zend-mime depends on zend-stdlib: ~2.5 #10
Comments
rommsen
changed the title
Can
Cant install zend-mail, because zend-mime depends on zend-stdlib: ~2.5
Mar 16, 2016
Sorry for the first report, hit enter accidentally... |
Why do you want to use Zend\Stdlib 3.0 together with Zend\Mail 2.x? |
Because the app I am working on happens to have Zend\Stdlib 3.0 installed. I just want to install Zend\Mail which has no problem with Zend\Stdlib 3.0 but it also depends on Zend\Mime which requires ~2.5. How should I do it? |
For now, |
Fixed with #9; release will be cut shortly. |
mikegioia
pushed a commit
to ParticleBits/zend-mime
that referenced
this issue
Mar 22, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have installed zend-stdlib 3.0.
Running
composer require zendframework/zend-mail
I getThe text was updated successfully, but these errors were encountered: