zendframework/ZendSkeletonApplication

Update zend-component-installer version to 0.7 in composer.json

Closed this issue · 9 comments

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!

It's really important in order to fix this warning message

Deprecation Notice: The callback Zend\ComponentInstaller\ComponentInstaller::onPostPackageInstall declared at /home/runner/cdnperf.com/vendor/zendframework/zend-component-installer/src/ComponentInstaller.php 

which outputs on every component install in version 0.3

screenshot from 2017-03-09 17-42-17

bump it to ^0.6 instead

I'd even suggest the latest so ^0.7.

I have tested skeleton application install with ^0.7 and it work's like a charm.

According to changelog
https://github.com/zendframework/zend-component-installer/blob/0.7.0/CHANGELOG.md

there are no critical changes, only fixes. so, it could be safely bumped to 0.7

We have a problem with zend-skeleton-installer

zendframework/zend-skeleton-installer 0.1.3 requires zendframework/zend-component-installer ^1.0 || ^0.3 || ^1.0.0-dev@dev -> satisfiable by zendframework/zend-component-installer[1.0.x-dev].

it requires version 0.3 of zend-component-installer. so, it's dependency should be bumped to 0.7 also.

I have added the same issue and pull request into zend-skeleton-installer repository.

zendframework/zend-skeleton-installer#8

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