1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-03-16 09:29:40 +01:00
2020-11-05 17:30:01 +01:00

4 lines
124 B
Bash
Executable File

#!/usr/bin/env sh
printf "$(php -v | head -n 1)\n"
composer update --ignore-platform-req=php && vendor/bin/phpunit --colors