kenjis / ci-app-for-ci-phpunit-test

CodeIgniter Test Application for ci-phpunit-test
31 stars 20 forks source link

update the composer config #10

Closed v-leonhou closed 7 years ago

v-leonhou commented 7 years ago

qq 20170206115046

kenjis commented 7 years ago

It seems satooshi/php-coveralls depends on it.

satooshi/php-coveralls v1.0.1 PHP client library for Coveralls API
├──ext-json *
├──ext-simplexml *
├──guzzle/guzzle ^2.8|^3.0
│  ├──ext-curl *
│  ├──php >=5.3.3
│  └──symfony/event-dispatcher ~2.1
│     └──php >=5.3.9
v-leonhou commented 7 years ago

yes,so update the composer config? the name seem to be changed

kenjis commented 7 years ago

No. php-coveralls 1.0 depends on guzzle/guzzle. We have to wait for php-coveralls 2.0 release. See https://github.com/satooshi/php-coveralls/issues/203.

v-leonhou commented 7 years ago

get it,thanks