mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
10 lines
206 B
Bash
Executable File
10 lines
206 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo $PWD
|
|
|
|
# single line install command
|
|
composer global require hirak/prestissimo \
|
|
--no-plugins --no-scripts
|
|
|
|
./vendor/bin/phpstan analyse -c .ci/phpstan.neon
|