linkorb / openkvk-php

OpenKvk PHP Client Library + Command-line utility
14 stars 5 forks source link

symfony/console v3.1 compatibility #8

Open lucasvdh opened 7 years ago

lucasvdh commented 7 years ago

Is it possible to make a version of this package which works with symfony/console v3.1?

joostfaassen commented 7 years ago

Hi @lucasvdh, sure, it's probably as simple as moving the symfony/console requirement from require to require-dev and changing the version from ~2.7 to ~2.7|~3.0 pull requests welcome!