-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update zend-component-installer version to 0.7 in composer.json #411
Comments
It's really important in order to fix this warning message
which outputs on every component install in version 0.3 |
bump it to |
I'd even suggest the latest so |
I have tested skeleton application install with According to changelog there are no critical changes, only fixes. so, it could be safely bumped to |
We have a problem with zend-skeleton-installer
it requires version 0.3 of zend-component-installer. so, it's dependency should be bumped to |
I have added the same issue and pull request into zend-skeleton-installer repository. |
I think this is duplicate of #403 |
@webimpress well, I have considered version bump for zend-skeleton-installer also and added connected pull request. This is the difference. |
Fixed in #412 |
Please, update
"zendframework/zend-component-installer": "^1.0 || ^0.3 || ^1.0.0-dev@dev",
to
"zendframework/zend-component-installer": "^1.0 || ^0.5 || ^1.0.0-dev@dev",
in order to solve this issue
zendframework/zend-component-installer#28
thanks!
The text was updated successfully, but these errors were encountered: