summaryrefslogtreecommitdiffstats
path: root/vendor-bin/psalm/composer.json
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-08-19 10:48:44 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-08-19 12:25:55 +0200
commite3541da93e6999ccd1b18a9d58e160125fa73bb7 (patch)
treeb9b74e5a2acf03038aadc3174da0bb33865bbbd6 /vendor-bin/psalm/composer.json
parent3dc7fd27f177993e4032c71789fac55e0af01880 (diff)
downloadnextcloud-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.json10
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"
+ }
+}