umpirsky / country-list

:globe_with_meridians: List of all countries with names and ISO 3166-1 codes in all languages and data formats.
MIT License
5.16k stars 1.55k forks source link

Convert require to suggest in composer.json #4

Closed erichard closed 11 years ago

erichard commented 11 years ago

I think the country-list should not have any requirements in composer.json.

If I don't want to build anything and just use a csv or yml file, I don't need zend, doctrine and symfony...

You can split the dependency between suggest and require-dev array in composer.

erichard commented 11 years ago

I can make you a PR of this If you wish.

umpirsky commented 11 years ago

Yes, that's good idea!

If you are making a PR, I suggest to move all deps to require-dev except "php": ">=5.3.2".

Thanks.