From 4aa6b56f4b2b0897fa0cf2ad781b2f9d0d05f2bc Mon Sep 17 00:00:00 2001 From: nmeri17 Date: Fri, 7 Apr 2023 18:45:25 +0100 Subject: [PATCH] Cause rr to download its binary into vendor/bin Include default psalm config --- composer.json | 2 ++ psalm.xml | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 psalm.xml diff --git a/composer.json b/composer.json index 86d1e5c..283bff0 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,8 @@ "require-dev": {}, "scripts": { "post-create-project-cmd": [ + "php -r \"chdir(__DIR__. '/vendor/bin');\"", + "rr get-binary" ] } diff --git a/psalm.xml b/psalm.xml new file mode 100644 index 0000000..f5d5325 --- /dev/null +++ b/psalm.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + +