bunq / tinker_php

Install Tinker by just running this command: bash <(curl -s https://tinker.bunq.com/php/setup.sh)
MIT License
7 stars 8 forks source link

Add installation request for required dependencies #18

Open Crecket opened 6 years ago

Crecket commented 6 years ago

When a dependency is detected as missing it should ask the user if the dependency should be installed with the default installation command instead of simply exiting the setup script.

For composer the php-mbstringand php-curl packages are also required which are currently not checked yet

OGKevin commented 6 years ago

@Crecket please include all the extensions listed in composer json. Could you also inlcude a check for php version if its not there yet.