mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-18 21:37:57 +01:00
7 lines
129 B
Bash
Executable File
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 $@
|