mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-19 05:47:57 +01:00
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/usr/bin/env sh
|
|
printf "$(php -v | head -n 1)\n"
|
|
composer install && vendor/bin/phpunit --colors
|