1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-18 21:37:57 +01:00
2021-04-03 21:52:15 +02:00

7 lines
129 B
Bash
Executable File

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