diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-08-19 10:48:44 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-08-19 12:25:55 +0200 |
commit | e3541da93e6999ccd1b18a9d58e160125fa73bb7 (patch) | |
tree | b9b74e5a2acf03038aadc3174da0bb33865bbbd6 /vendor-bin/psalm/composer.json | |
parent | 3dc7fd27f177993e4032c71789fac55e0af01880 (diff) | |
download | nextcloud-server-e3541da93e6999ccd1b18a9d58e160125fa73bb7.tar.gz nextcloud-server-e3541da93e6999ccd1b18a9d58e160125fa73bb7.zip |
Scope composer tools with the bin plugin
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'vendor-bin/psalm/composer.json')
-rw-r--r-- | vendor-bin/psalm/composer.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json new file mode 100644 index 00000000000..f3494d8ac18 --- /dev/null +++ b/vendor-bin/psalm/composer.json @@ -0,0 +1,10 @@ +{ + "config": { + "platform": { + "php": "7.3" + } + }, + "require": { + "vimeo/psalm": "4.8.1" + } +} |