1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-02-23 23:52:37 +01:00

7 lines
129 B
Bash
Raw Normal View History

#!/usr/bin/env sh
2021-04-03 21:48:24 +02:00
set -e
2019-03-24 16:54:36 +01:00
printf "$(php -v | head -n 1)\n"
2021-04-03 21:48:24 +02:00
composer update --ignore-platform-req=php
set -x
vendor/bin/phpunit $@