Skip to content

Commit

Permalink
re-add yq
Browse files Browse the repository at this point in the history
should probably just leave it...
  • Loading branch information
jazzsequence committed Jan 24, 2024
1 parent 3b9f5a5 commit dd847e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"cbf": "phpcbf --standard=PSR2 -n src",
"unit": "phpunit --colors=always",
"install-tools": [
"if [ ! -f tools/bin/bats ]; then git clone https://github.com/sstephenson/bats.git tools/bats; tools/bats/install.sh tools; fi"
"if [ ! -f tools/bin/bats ]; then git clone https://github.com/sstephenson/bats.git tools/bats; tools/bats/install.sh tools; fi",
"if [ ! -f /usr/bin/yq ]; then wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && chmod +x /usr/bin/yq; fi"
],
"lint": [
"find src -name '*.php' -print0 | xargs -0 -n1 php -l",
Expand Down

0 comments on commit dd847e4

Please sign in to comment.